Html Css Color HEX #026920 Crusoe

📋 copy color: '#026920'

red 2 ◦ green 105 ◦ blue 32

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

Shades of Crusoe #026920

Tints of Crusoe #026920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 75.54%

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

R = 1.44%
G = 75.54%
B = 23.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#026920 (or 0x026920) is known color: Crusoe. HEX triplet: 02, 69 and 20. RGB value is (2,105,32). Sum of RGB (Red+Green+Blue) = 2+105+32=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 105 (41.41% from 255 or 75.54% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 105 - color contains mainly: green. Hex color #026920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026920 is #FD96DF. Grayscale: #424242. Windows color (decimal): -16619232 or 2124034. OLE color: 2124034.

HSL color Cylindrical-coordinate representation of color #026920: hue angle of 137.48º 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 #026920 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 105 32 -
CMYK 0.98 0 0.70 0.59
HSL 137.48º 0.96% 0.21% -
HSV(B) 137.48º 0.98% 0.41% -
XYZ 5.34 10.22 3.06 -
YUV 65.88 108.88 82.44 -
System Red Green Blue C M Y K H S L
Decimal 2 105 32 0.98 0 0.70 0.59 137.48 0.96 0.21
Hex 2 69 20 62 0 46 3B 89 60 15
Octal 2 151 40 142 0 106 73 211 140 25
Binary 10 1101001 100000 1100010 0 1000110 111011 10001001 1100000 10101

Color Harmonies of #026920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026920

Black with #026920

Text Example


Text Example

White with #026920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026920; }

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

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

background-color css

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

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

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

border-color css

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

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

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