Html Css Color HEX #026820 Crusoe

📋 copy color: '#026820'

red 2 ◦ green 104 ◦ blue 32

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

Shades of Crusoe #026820

Tints of Crusoe #026820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 75.36%

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

R = 1.45%
G = 75.36%
B = 23.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#026820 (or 0x026820) is known color: Crusoe. HEX triplet: 02, 68 and 20. RGB value is (2,104,32). Sum of RGB (Red+Green+Blue) = 2+104+32=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 104 (41.02% from 255 or 75.36% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 104 - color contains mainly: green. Hex color #026820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026820 is #FD97DF. Grayscale: #414141. Windows color (decimal): -16619488 or 2123778. OLE color: 2123778.

HSL color Cylindrical-coordinate representation of color #026820: hue angle of 137.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026820 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 104 32 -
CMYK 0.98 0 0.69 0.59
HSL 137.65º 0.96% 0.21% -
HSV(B) 137.65º 0.98% 0.41% -
XYZ 5.24 10.02 3.02 -
YUV 65.29 109.21 82.85 -
System Red Green Blue C M Y K H S L
Decimal 2 104 32 0.98 0 0.69 0.59 137.65 0.96 0.21
Hex 2 68 20 62 0 45 3B 8A 60 15
Octal 2 150 40 142 0 105 73 212 140 25
Binary 10 1101000 100000 1100010 0 1000101 111011 10001010 1100000 10101

Color Harmonies of #026820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026820

Black with #026820

Text Example


Text Example

White with #026820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026820; }

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

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

background-color css

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

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

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

border-color css

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

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

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