#025D16

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

Shades of Crusoe #025D16

Tints of Crusoe #025D16

Color information

#025D16 (or 0x025D16) is unknown color: approx Crusoe. HEX triplet: 02, 5D and 16. RGB value is (2,93,22). Sum of RGB (Red+Green+Blue) = 2+93+22=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 93 (36.72% from 255 or 79.49% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 93 - color contains mainly: green. Hex color #025D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025D16 is #FDA2E9. Grayscale: #393939. Windows color (decimal): -16622314 or 1465602. OLE color: 1465602.

HSL color Cylindrical-coordinate representation of color #025D16: hue angle of 133.19º 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 #025D16 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB29322-
CMYK0.9800.760.64
HSL133.19º95.79%18.63%-
HSV(B)133.19º97.85%36.47%-
XYZ4.087.92.07-
YUV57.7107.8588.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 93 (36.72% from 255) = 79.49%
BLUE value IS 22 (8.98% from 255) = 18.80%
R=1.71%
G=79.49%
B=18.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293220.9800.760.64133.1995.7918.63
Hex25D166204C40856013
Octal213526142011410020514023
Binary10101110110110110001001001100100000010000101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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