Html Css Color HEX #026422 Crusoe

📋 copy color: '#026422'

red 2 ◦ green 100 ◦ blue 34

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

Shades of Crusoe #026422

Tints of Crusoe #026422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25%

R = 1.47%
G = 73.53%
B = 25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#026422 (or 0x026422) is known color: Crusoe. HEX triplet: 02, 64 and 22. RGB value is (2,100,34). Sum of RGB (Red+Green+Blue) = 2+100+34=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 100 (39.45% from 255 or 73.53% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 100 - color contains mainly: green. Hex color #026422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026422 is #FD9BDD. Grayscale: #3F3F3F. Windows color (decimal): -16620510 or 2253826. OLE color: 2253826.

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

Color convert

RGB 2 100 34 -
CMYK 0.98 0 0.66 0.61
HSL 139.59º 0.96% 0.2% -
HSV(B) 139.59º 0.98% 0.39% -
XYZ 4.87 9.24 3.04 -
YUV 63.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 2 100 34 0.98 0 0.66 0.61 139.59 0.96 0.2
Hex 2 64 22 62 0 42 3D 8C 60 14
Octal 2 144 42 142 0 102 75 214 140 24
Binary 10 1100100 100010 1100010 0 1000010 111101 10001100 1100000 10100

Color Harmonies of #026422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026422

Black with #026422

Text Example


Text Example

White with #026422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026422; }

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

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

background-color css

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

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

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

border-color css

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

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

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