#02611E

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

Shades of Crusoe #02611E

Tints of Crusoe #02611E

Color information

#02611E (or 0x02611E) is unknown color: approx Crusoe. HEX triplet: 02, 61 and 1E. RGB value is (2,97,30). Sum of RGB (Red+Green+Blue) = 2+97+30=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 97 (38.28% from 255 or 75.19% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 97 - color contains mainly: green. Hex color #02611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02611E is #FD9EE1. Grayscale: #3D3D3D. Windows color (decimal): -16621282 or 1990914. OLE color: 1990914.

HSL color Cylindrical-coordinate representation of color #02611E: hue angle of 137.68º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02611E is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB29730-
CMYK0.9800.690.62
HSL137.68º95.96%19.41%-
HSV(B)137.68º97.94%38.04%-
XYZ4.538.662.66-
YUV60.96110.5385.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 97 (38.28% from 255) = 75.19%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=1.55%
G=75.19%
B=23.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal297300.9800.690.62137.6895.9619.41
Hex2611E620453E8a6013
Octal21413614201057621214023
Binary1011000011111011000100100010111111010001010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02611E; }

 p { color: rgb(2,97,30); }

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

<style>
 a { background-color: #02611E; }

 a { background-color: rgb(2,97,30); }

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

<style>
 span { border-color: #02611E; }

 span { border-color: rgb(2,97,30); }

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