Html Css Color HEX #026F20 Crusoe

📋 copy color: '#026F20'

red 2 ◦ green 111 ◦ blue 32

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

Shades of Crusoe #026F20

Tints of Crusoe #026F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 76.55%

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

R = 1.38%
G = 76.55%
B = 22.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#026F20 (or 0x026F20) is known color: Crusoe. HEX triplet: 02, 6F and 20. RGB value is (2,111,32). Sum of RGB (Red+Green+Blue) = 2+111+32=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 111 (43.75% from 255 or 76.55% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 111 - color contains mainly: green. Hex color #026F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026F20 is #FD90DF. Grayscale: #454545. Windows color (decimal): -16617696 or 2125570. OLE color: 2125570.

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

Color convert

RGB 2 111 32 -
CMYK 0.98 0 0.71 0.56
HSL 136.51º 0.96% 0.22% -
HSV(B) 136.51º 0.98% 0.44% -
XYZ 5.97 11.49 3.27 -
YUV 69.4 106.89 79.92 -
System Red Green Blue C M Y K H S L
Decimal 2 111 32 0.98 0 0.71 0.56 136.51 0.96 0.22
Hex 2 6F 20 62 0 47 38 89 60 16
Octal 2 157 40 142 0 107 70 211 140 26
Binary 10 1101111 100000 1100010 0 1000111 111000 10001001 1100000 10110

Color Harmonies of #026F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026F20

Black with #026F20

Text Example


Text Example

White with #026F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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