#025D20

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

Shades of Crusoe #025D20

Tints of Crusoe #025D20

Color information

#025D20 (or 0x025D20) is unknown color: approx Crusoe. HEX triplet: 02, 5D and 20. RGB value is (2,93,32). Sum of RGB (Red+Green+Blue) = 2+93+32=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 93 (36.72% from 255 or 73.23% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 93 - color contains mainly: green. Hex color #025D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D20 is #FDA2DF. Grayscale: #3A3A3A. Windows color (decimal): -16622304 or 2120962. OLE color: 2120962.

HSL color Cylindrical-coordinate representation of color #025D20: hue angle of 139.78º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D20 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB29332-
CMYK0.9800.660.64
HSL139.78º95.79%18.63%-
HSV(B)139.78º97.85%36.47%-
XYZ4.27.952.68-
YUV58.84112.8587.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 93 (36.72% from 255) = 73.23%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=1.57%
G=73.23%
B=25.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293320.9800.660.64139.7895.7918.63
Hex25D2062042408c6013
Octal213540142010210021414023
Binary101011101100000110001001000010100000010001100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025D20; }

 p { color: rgb(2,93,32); }

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

<style>
 a { background-color: #025D20; }

 a { background-color: rgb(2,93,32); }

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

<style>
 span { border-color: #025D20; }

 span { border-color: rgb(2,93,32); }

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