Html Css Color HEX #026618 Crusoe

📋 copy color: '#026618'

red 2 ◦ green 102 ◦ blue 24

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

Shades of Crusoe #026618

Tints of Crusoe #026618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 79.69%

 BLUE value IS 24 (9.77% from 255) = 18.75%

R = 1.56%
G = 79.69%
B = 18.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#026618 (or 0x026618) is known color: Crusoe. HEX triplet: 02, 66 and 18. RGB value is (2,102,24). Sum of RGB (Red+Green+Blue) = 2+102+24=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 102 (40.23% from 255 or 79.69% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 102 - color contains mainly: green. Hex color #026618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026618 is #FD99E7. Grayscale: #3F3F3F. Windows color (decimal): -16620008 or 1598978. OLE color: 1598978.

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

Color convert

RGB 2 102 24 -
CMYK 0.98 0 0.76 0.6
HSL 133.2º 0.96% 0.2% -
HSV(B) 133.2º 0.98% 0.4% -
XYZ 4.94 9.58 2.45 -
YUV 63.21 105.87 84.34 -
System Red Green Blue C M Y K H S L
Decimal 2 102 24 0.98 0 0.76 0.6 133.2 0.96 0.2
Hex 2 66 18 62 0 4C 3C 85 60 14
Octal 2 146 30 142 0 114 74 205 140 24
Binary 10 1100110 11000 1100010 0 1001100 111100 10000101 1100000 10100

Color Harmonies of #026618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026618

Black with #026618

Text Example


Text Example

White with #026618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026618; }

 p { color: rgb(2,102,24); }

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

background-color css

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

 a { background-color: rgb(2,102,24); }

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

border-color css

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

 span { border-color: rgb(2,102,24); }

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