Html Css Color HEX #026020 Crusoe

📋 copy color: '#026020'

red 2 ◦ green 96 ◦ blue 32

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

Shades of Crusoe #026020

Tints of Crusoe #026020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 73.85%

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

R = 1.54%
G = 73.85%
B = 24.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#026020 (or 0x026020) is known color: Crusoe. HEX triplet: 02, 60 and 20. RGB value is (2,96,32). Sum of RGB (Red+Green+Blue) = 2+96+32=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #026020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026020 is #FD9FDF. Grayscale: #3C3C3C. Windows color (decimal): -16621536 or 2121730. OLE color: 2121730.

HSL color Cylindrical-coordinate representation of color #026020: hue angle of 139.15º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026020 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 96 32 -
CMYK 0.98 0 0.67 0.62
HSL 139.15º 0.96% 0.19% -
HSV(B) 139.15º 0.98% 0.38% -
XYZ 4.47 8.48 2.77 -
YUV 60.6 111.86 86.2 -
System Red Green Blue C M Y K H S L
Decimal 2 96 32 0.98 0 0.67 0.62 139.15 0.96 0.19
Hex 2 60 20 62 0 43 3E 8B 60 13
Octal 2 140 40 142 0 103 76 213 140 23
Binary 10 1100000 100000 1100010 0 1000011 111110 10001011 1100000 10011

Color Harmonies of #026020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026020

Black with #026020

Text Example


Text Example

White with #026020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026020; }

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

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

background-color css

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

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

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

border-color css

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

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

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