#025A20

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

Shades of Crusoe #025A20

Tints of Crusoe #025A20

Color information

#025A20 (or 0x025A20) is unknown color: approx Crusoe. HEX triplet: 02, 5A and 20. RGB value is (2,90,32). Sum of RGB (Red+Green+Blue) = 2+90+32=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 90 (35.55% from 255 or 72.58% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 90 - color contains mainly: green. Hex color #025A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A20 is #FDA5DF. Grayscale: #393939. Windows color (decimal): -16623072 or 2120194. OLE color: 2120194.

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

Color convert

RGB29032-
CMYK0.9800.640.65
HSL140.45º95.65%18.04%-
HSV(B)140.45º97.78%35.29%-
XYZ3.947.432.59-
YUV57.08113.8588.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 90 (35.55% from 255) = 72.58%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=1.61%
G=72.58%
B=25.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290320.9800.640.65140.4595.6518.04
Hex25A2062040418c6012
Octal213240142010010121414022
Binary101011010100000110001001000000100000110001100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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