Html Css Color HEX #026600 Green

📋 copy color: '#026600'

red 2 ◦ green 102 ◦ blue 0

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

Shades of Green #026600

Tints of Green #026600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.92%
G = 98.08%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#026600 (or 0x026600) is known color: Green. HEX triplet: 02, 66 and 00. RGB value is (2,102,0). Sum of RGB (Red+Green+Blue) = 2+102+0=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 102 (40.23% from 255 or 98.08% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 102 - color contains mainly: green. Hex color #026600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026600 is #FD99FF. Grayscale: #3C3C3C. Windows color (decimal): -16620032 or 26114. OLE color: 26114.

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

Color convert

RGB 2 102 0 -
CMYK 0.98 0 1 0.6
HSL 118.82º 1% 0.2% -
HSV(B) 118.82º 1% 0.4% -
XYZ 4.78 9.52 1.58 -
YUV 60.47 93.87 86.29 -
System Red Green Blue C M Y K H S L
Decimal 2 102 0 0.98 0 1 0.6 118.82 1 0.2
Hex 2 66 0 62 0 64 3C 77 64 14
Octal 2 146 0 142 0 144 74 167 144 24
Binary 10 1100110 0 1100010 0 1100100 111100 1110111 1100100 10100

Color Harmonies of #026600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026600

Black with #026600

Text Example


Text Example

White with #026600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026600; }

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

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

background-color css

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

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

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

border-color css

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

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

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