Html Css Color HEX #026424 Crusoe

📋 copy color: '#026424'

red 2 ◦ green 100 ◦ blue 36

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

Shades of Crusoe #026424

Tints of Crusoe #026424

RGB

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

 GREEN value IS 100 (39.45% from 255) = 72.46%

 BLUE value IS 36 (14.45% from 255) = 26.09%

R = 1.45%
G = 72.46%
B = 26.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#026424 (or 0x026424) is known color: Crusoe. HEX triplet: 02, 64 and 24. RGB value is (2,100,36). Sum of RGB (Red+Green+Blue) = 2+100+36=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 100 (39.45% from 255 or 72.46% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 100 - color contains mainly: green. Hex color #026424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026424 is #FD9BDB. Grayscale: #3F3F3F. Windows color (decimal): -16620508 or 2384898. OLE color: 2384898.

HSL color Cylindrical-coordinate representation of color #026424: hue angle of 140.82º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026424 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 100 36 -
CMYK 0.98 0 0.64 0.61
HSL 140.82º 0.96% 0.2% -
HSV(B) 140.82º 0.98% 0.39% -
XYZ 4.9 9.25 3.2 -
YUV 63.4 112.53 84.2 -
System Red Green Blue C M Y K H S L
Decimal 2 100 36 0.98 0 0.64 0.61 140.82 0.96 0.2
Hex 2 64 24 62 0 40 3D 8D 60 14
Octal 2 144 44 142 0 100 75 215 140 24
Binary 10 1100100 100100 1100010 0 1000000 111101 10001101 1100000 10100

Color Harmonies of #026424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026424

Black with #026424

Text Example


Text Example

White with #026424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026424; }

 p { color: rgb(2,100,36); }

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

background-color css

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

 a { background-color: rgb(2,100,36); }

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

border-color css

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

 span { border-color: rgb(2,100,36); }

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