#03702B

Color #03702B Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #03702B

Tints of Crusoe #03702B

Color information

#03702B (or 0x03702B) is unknown color: approx Crusoe. HEX triplet: 03, 70 and 2B. RGB value is (3,112,43). Sum of RGB (Red+Green+Blue) = 3+112+43=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #03702B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03702B is #FC8FD4. Grayscale: #474747. Windows color (decimal): -16551893 or 2846723. OLE color: 2846723.

HSL color Cylindrical-coordinate representation of color #03702B: hue angle of 142.02º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03702B is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB311243-
CMYK0.9700.620.56
HSL142.02º94.78%22.55%-
HSV(B)142.02º97.32%43.92%-
XYZ6.2711.784.23-
YUV71.54111.8979.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 112 (44.14% from 255) = 70.89%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=1.90%
G=70.89%
B=27.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3112430.9700.620.56142.0294.7822.55
Hex3702B6103E388e5f17
Octal3160531410767021613727
Binary1111100001010111100001011111011100010001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03702B; }

 p { color: rgb(3,112,43); }

 H1.HeaderClassName
 {
   color: #03702B;
 }
 .AnyTagClassName
 {
   color: #03702B;
 }
</style>
background-color css

<style>
 a { background-color: #03702B; }

 a { background-color: rgb(3,112,43); }

 div.DivClassName
 {
   background-color: #03702B;
 }
 .BgClassName
 {
   background-color: #03702B;
 }
</style>
border-color css

<style>
 span { border-color: #03702B; }

 span { border-color: rgb(3,112,43); }

 td.TdClassName
 {
   border-color: #03702B;
 }
 .TagClassName
 {
   border-color: #03702B;
 }
</style>