Html Css Color HEX #026B20 Crusoe

📋 copy color: '#026B20'

red 2 ◦ green 107 ◦ blue 32

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

Shades of Crusoe #026B20

Tints of Crusoe #026B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 75.89%

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

R = 1.42%
G = 75.89%
B = 22.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#026B20 (or 0x026B20) is known color: Crusoe. HEX triplet: 02, 6B and 20. RGB value is (2,107,32). Sum of RGB (Red+Green+Blue) = 2+107+32=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 107 (42.19% from 255 or 75.89% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 107 - color contains mainly: green. Hex color #026B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B20 is #FD94DF. Grayscale: #434343. Windows color (decimal): -16618720 or 2124546. OLE color: 2124546.

HSL color Cylindrical-coordinate representation of color #026B20: hue angle of 137.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026B20 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 107 32 -
CMYK 0.98 0 0.70 0.58
HSL 137.14º 0.96% 0.21% -
HSV(B) 137.14º 0.98% 0.42% -
XYZ 5.54 10.63 3.13 -
YUV 67.06 108.21 81.6 -
System Red Green Blue C M Y K H S L
Decimal 2 107 32 0.98 0 0.70 0.58 137.14 0.96 0.21
Hex 2 6B 20 62 0 46 3A 89 60 15
Octal 2 153 40 142 0 106 72 211 140 25
Binary 10 1101011 100000 1100010 0 1000110 111010 10001001 1100000 10101

Color Harmonies of #026B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026B20

Black with #026B20

Text Example


Text Example

White with #026B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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