Html Css Color HEX #025920 Crusoe

📋 copy color: '#025920'

red 2 ◦ green 89 ◦ blue 32

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

Shades of Crusoe #025920

Tints of Crusoe #025920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 72.36%

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

R = 1.63%
G = 72.36%
B = 26.02%

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

#025920 (or 0x025920) is known color: Crusoe. HEX triplet: 02, 59 and 20. RGB value is (2,89,32). Sum of RGB (Red+Green+Blue) = 2+89+32=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 89 (35.16% from 255 or 72.36% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 89 - color contains mainly: green. Hex color #025920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025920 is #FDA6DF. Grayscale: #383838. Windows color (decimal): -16623328 or 2119938. OLE color: 2119938.

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

Color convert

RGB 2 89 32 -
CMYK 0.98 0 0.64 0.65
HSL 140.69º 0.96% 0.18% -
HSV(B) 140.69º 0.98% 0.35% -
XYZ 3.86 7.26 2.56 -
YUV 56.49 114.18 89.13 -
System Red Green Blue C M Y K H S L
Decimal 2 89 32 0.98 0 0.64 0.65 140.69 0.96 0.18
Hex 2 59 20 62 0 40 41 8D 60 12
Octal 2 131 40 142 0 100 101 215 140 22
Binary 10 1011001 100000 1100010 0 1000000 1000001 10001101 1100000 10010

Color Harmonies of #025920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025920

Black with #025920

Text Example


Text Example

White with #025920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025920; }

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

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

background-color css

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

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

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

border-color css

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

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

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