Html Css Color HEX #025D20 Crusoe

📋 copy color: '#025D20'

red 2 ◦ green 93 ◦ blue 32

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

Shades of Crusoe #025D20

Tints of Crusoe #025D20

RGB

 RED value IS 2 (1.17% from 255) = 1.57%

 GREEN value IS 93 (36.72% from 255) = 73.23%

 BLUE value IS 32 (12.89% from 255) = 25.2%

R = 1.57%
G = 73.23%
B = 25.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#025D20 (or 0x025D20) is known color: Crusoe. HEX triplet: 02, 5D and 20. RGB value is (2,93,32). Sum of RGB (Red+Green+Blue) = 2+93+32=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 93 (36.72% from 255 or 73.23% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 93 - color contains mainly: green. Hex color #025D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D20 is #FDA2DF. Grayscale: #3A3A3A. Windows color (decimal): -16622304 or 2120962. OLE color: 2120962.

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

Color convert

RGB 2 93 32 -
CMYK 0.98 0 0.66 0.64
HSL 139.78º 0.96% 0.19% -
HSV(B) 139.78º 0.98% 0.36% -
XYZ 4.2 7.95 2.68 -
YUV 58.84 112.85 87.46 -
System Red Green Blue C M Y K H S L
Decimal 2 93 32 0.98 0 0.66 0.64 139.78 0.96 0.19
Hex 2 5D 20 62 0 42 40 8C 60 13
Octal 2 135 40 142 0 102 100 214 140 23
Binary 10 1011101 100000 1100010 0 1000010 1000000 10001100 1100000 10011

Color Harmonies of #025D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025D20

Black with #025D20

Text Example


Text Example

White with #025D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #025D20;
 }
 .AnyTagClassName
 {
   color: #025D20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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