Html Css Color HEX #025A20 Crusoe

📋 copy color: '#025A20'

red 2 ◦ green 90 ◦ blue 32

#025A20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #025A20

Tints of Crusoe #025A20

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 value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#025A20 (or 0x025A20) is known color: 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

RGB 2 90 32 -
CMYK 0.98 0 0.64 0.65
HSL 140.45º 0.96% 0.18% -
HSV(B) 140.45º 0.98% 0.35% -
XYZ 3.94 7.43 2.59 -
YUV 57.08 113.85 88.72 -
System Red Green Blue C M Y K H S L
Decimal 2 90 32 0.98 0 0.64 0.65 140.45 0.96 0.18
Hex 2 5A 20 62 0 40 41 8C 60 12
Octal 2 132 40 142 0 100 101 214 140 22
Binary 10 1011010 100000 1100010 0 1000000 1000001 10001100 1100000 10010

Color Harmonies of #025A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A20

Black with #025A20

Text Example


Text Example

White with #025A20

Text Example


Text Example

HTML Codes & Css Web 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>