#025E27

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

Shades of Crusoe #025E27

Tints of Crusoe #025E27

Color information

#025E27 (or 0x025E27) is unknown color: approx Crusoe. HEX triplet: 02, 5E and 27. RGB value is (2,94,39). Sum of RGB (Red+Green+Blue) = 2+94+39=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 94 (37.11% from 255 or 69.63% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 94 - color contains mainly: green. Hex color #025E27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E27 is #FDA1D8. Grayscale: #3C3C3C. Windows color (decimal): -16622041 or 2579970. OLE color: 2579970.

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

Color convert

RGB29439-
CMYK0.9800.590.63
HSL144.13º95.83%18.82%-
HSV(B)144.13º97.87%36.86%-
XYZ4.398.163.26-
YUV60.22116.0286.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 94 (37.11% from 255) = 69.63%
BLUE value IS 39 (15.62% from 255) = 28.89%
R=1.48%
G=69.63%
B=28.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294390.9800.590.63144.1395.8318.82
Hex25E276203B3F906013
Octal2136471420737722014023
Binary1010111101001111100010011101111111110010000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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