Html Css Color HEX #026428 Crusoe

📋 copy color: '#026428'

red 2 ◦ green 100 ◦ blue 40

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

Shades of Crusoe #026428

Tints of Crusoe #026428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 1.41%
G = 70.42%
B = 28.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#026428 (or 0x026428) is known color: Crusoe. HEX triplet: 02, 64 and 28. RGB value is (2,100,40). Sum of RGB (Red+Green+Blue) = 2+100+40=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 100 (39.45% from 255 or 70.42% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 100 - color contains mainly: green. Hex color #026428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026428 is #FD9BD7. Grayscale: #404040. Windows color (decimal): -16620504 or 2647042. OLE color: 2647042.

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

Color convert

RGB 2 100 40 -
CMYK 0.98 0 0.6 0.61
HSL 143.27º 0.96% 0.2% -
HSV(B) 143.27º 0.98% 0.39% -
XYZ 4.97 9.28 3.54 -
YUV 63.86 114.53 83.88 -
System Red Green Blue C M Y K H S L
Decimal 2 100 40 0.98 0 0.6 0.61 143.27 0.96 0.2
Hex 2 64 28 62 0 3C 3D 8F 60 14
Octal 2 144 50 142 0 74 75 217 140 24
Binary 10 1100100 101000 1100010 0 111100 111101 10001111 1100000 10100

Color Harmonies of #026428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026428

Black with #026428

Text Example


Text Example

White with #026428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026428; }

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

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

background-color css

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

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

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

border-color css

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

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

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