#02651D

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

Shades of Crusoe #02651D

Tints of Crusoe #02651D

Color information

#02651D (or 0x02651D) is unknown color: approx Crusoe. HEX triplet: 02, 65 and 1D. RGB value is (2,101,29). Sum of RGB (Red+Green+Blue) = 2+101+29=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 101 (39.84% from 255 or 76.52% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 101 - color contains mainly: green. Hex color #02651D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02651D is #FD9AE2. Grayscale: #3F3F3F. Windows color (decimal): -16620259 or 1926402. OLE color: 1926402.

HSL color Cylindrical-coordinate representation of color #02651D: hue angle of 136.36º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02651D is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB210129-
CMYK0.9800.710.60
HSL136.36º96.12%20.2%-
HSV(B)136.36º98.02%39.61%-
XYZ4.99.412.72-
YUV63.19108.784.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 101 (39.84% from 255) = 76.52%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=1.52%
G=76.52%
B=21.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2101290.9800.710.60136.3696.1220.2
Hex2651D620473C886014
Octal21453514201077421014024
Binary1011001011110111000100100011111110010001000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02651D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02651D; }

 p { color: rgb(2,101,29); }

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

<style>
 a { background-color: #02651D; }

 a { background-color: rgb(2,101,29); }

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

<style>
 span { border-color: #02651D; }

 span { border-color: rgb(2,101,29); }

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