#025E17

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

Shades of Crusoe #025E17

Tints of Crusoe #025E17

Color information

#025E17 (or 0x025E17) is unknown color: approx Crusoe. HEX triplet: 02, 5E and 17. RGB value is (2,94,23). Sum of RGB (Red+Green+Blue) = 2+94+23=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 94 (37.11% from 255 or 78.99% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 94 - color contains mainly: green. Hex color #025E17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025E17 is #FDA1E8. Grayscale: #3A3A3A. Windows color (decimal): -16622057 or 1531394. OLE color: 1531394.

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

Color convert

RGB29423-
CMYK0.9800.760.63
HSL133.7º95.83%18.82%-
HSV(B)133.7º97.87%36.86%-
XYZ4.188.082.15-
YUV58.4108.0287.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 94 (37.11% from 255) = 78.99%
BLUE value IS 23 (9.38% from 255) = 19.33%
R=1.68%
G=78.99%
B=19.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294230.9800.760.63133.795.8318.82
Hex25E176204C3F866013
Octal21362714201147720614023
Binary1010111101011111000100100110011111110000110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,94,23); }

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

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

 a { background-color: rgb(2,94,23); }

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

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

 span { border-color: rgb(2,94,23); }

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