Html Css Color HEX #026626 Crusoe

📋 copy color: '#026626'

red 2 ◦ green 102 ◦ blue 38

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

Shades of Crusoe #026626

Tints of Crusoe #026626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.76%

R = 1.41%
G = 71.83%
B = 26.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#026626 (or 0x026626) is known color: Crusoe. HEX triplet: 02, 66 and 26. RGB value is (2,102,38). Sum of RGB (Red+Green+Blue) = 2+102+38=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #026626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026626 is #FD99D9. Grayscale: #404040. Windows color (decimal): -16619994 or 2516482. OLE color: 2516482.

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

Color convert

RGB 2 102 38 -
CMYK 0.98 0 0.63 0.6
HSL 141.6º 0.96% 0.2% -
HSV(B) 141.6º 0.98% 0.4% -
XYZ 5.13 9.66 3.43 -
YUV 64.8 112.87 83.2 -
System Red Green Blue C M Y K H S L
Decimal 2 102 38 0.98 0 0.63 0.6 141.6 0.96 0.2
Hex 2 66 26 62 0 3F 3C 8E 60 14
Octal 2 146 46 142 0 77 74 216 140 24
Binary 10 1100110 100110 1100010 0 111111 111100 10001110 1100000 10100

Color Harmonies of #026626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026626

Black with #026626

Text Example


Text Example

White with #026626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026626; }

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

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

background-color css

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

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

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

border-color css

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

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

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