#025A14

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

Shades of Crusoe #025A14

Tints of Crusoe #025A14

Color information

#025A14 (or 0x025A14) is unknown color: approx Crusoe. HEX triplet: 02, 5A and 14. RGB value is (2,90,20). Sum of RGB (Red+Green+Blue) = 2+90+20=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 90 (35.55% from 255 or 80.36% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 90 - color contains mainly: green. Hex color #025A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A14 is #FDA5EB. Grayscale: #373737. Windows color (decimal): -16623084 or 1333762. OLE color: 1333762.

HSL color Cylindrical-coordinate representation of color #025A14: hue angle of 132.27º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A14 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB29020-
CMYK0.9800.780.65
HSL132.27º95.65%18.04%-
HSV(B)132.27º97.78%35.29%-
XYZ3.817.381.88-
YUV55.71107.8589.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 90 (35.55% from 255) = 80.36%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=1.79%
G=80.36%
B=17.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290200.9800.780.65132.2795.6518.04
Hex25A146204E41846012
Octal213224142011610120414022
Binary10101101010100110001001001110100000110000100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,90,20); }

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

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

 a { background-color: rgb(2,90,20); }

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

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

 span { border-color: rgb(2,90,20); }

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