Html Css Color HEX #026D20 Crusoe

📋 copy color: '#026D20'

red 2 ◦ green 109 ◦ blue 32

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

Shades of Crusoe #026D20

Tints of Crusoe #026D20

RGB

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

 GREEN value IS 109 (42.97% from 255) = 76.22%

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

R = 1.4%
G = 76.22%
B = 22.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#026D20 (or 0x026D20) is known color: Crusoe. HEX triplet: 02, 6D and 20. RGB value is (2,109,32). Sum of RGB (Red+Green+Blue) = 2+109+32=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 109 (42.97% from 255 or 76.22% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 109 - color contains mainly: green. Hex color #026D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D20 is #FD92DF. Grayscale: #444444. Windows color (decimal): -16618208 or 2125058. OLE color: 2125058.

HSL color Cylindrical-coordinate representation of color #026D20: hue angle of 136.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026D20 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 109 32 -
CMYK 0.98 0 0.71 0.57
HSL 136.82º 0.96% 0.22% -
HSV(B) 136.82º 0.98% 0.43% -
XYZ 5.75 11.05 3.2 -
YUV 68.23 107.55 80.76 -
System Red Green Blue C M Y K H S L
Decimal 2 109 32 0.98 0 0.71 0.57 136.82 0.96 0.22
Hex 2 6D 20 62 0 47 39 89 60 16
Octal 2 155 40 142 0 107 71 211 140 26
Binary 10 1101101 100000 1100010 0 1000111 111001 10001001 1100000 10110

Color Harmonies of #026D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026D20

Black with #026D20

Text Example


Text Example

White with #026D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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