Html Css Color HEX #026D2C Crusoe

📋 copy color: '#026D2C'

red 2 ◦ green 109 ◦ blue 44

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

Shades of Crusoe #026D2C

Tints of Crusoe #026D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 1.29%
G = 70.32%
B = 28.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#026D2C (or 0x026D2C) is known color: Crusoe. HEX triplet: 02, 6D and 2C. RGB value is (2,109,44). Sum of RGB (Red+Green+Blue) = 2+109+44=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 109 (42.97% from 255 or 70.32% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 109 - color contains mainly: green. Hex color #026D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D2C is #FD92D3. Grayscale: #454545. Windows color (decimal): -16618196 or 2911490. OLE color: 2911490.

HSL color Cylindrical-coordinate representation of color #026D2C: hue angle of 143.55º 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 #026D2C is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 109 44 -
CMYK 0.98 0 0.60 0.57
HSL 143.55º 0.96% 0.22% -
HSV(B) 143.55º 0.98% 0.43% -
XYZ 5.95 11.13 4.22 -
YUV 69.6 113.55 79.79 -
System Red Green Blue C M Y K H S L
Decimal 2 109 44 0.98 0 0.60 0.57 143.55 0.96 0.22
Hex 2 6D 2C 62 0 3C 39 90 60 16
Octal 2 155 54 142 0 74 71 220 140 26
Binary 10 1101101 101100 1100010 0 111100 111001 10010000 1100000 10110

Color Harmonies of #026D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026D2C

Black with #026D2C

Text Example


Text Example

White with #026D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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