Html Css Color HEX #026605 Green

📋 copy color: '#026605'

red 2 ◦ green 102 ◦ blue 5

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

Shades of Green #026605

Tints of Green #026605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.59%

R = 1.83%
G = 93.58%
B = 4.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#026605 (or 0x026605) is known color: Green. HEX triplet: 02, 66 and 05. RGB value is (2,102,5). Sum of RGB (Red+Green+Blue) = 2+102+5=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 102 (40.23% from 255 or 93.58% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 102 - color contains mainly: green. Hex color #026605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026605 is #FD99FA. Grayscale: #3D3D3D. Windows color (decimal): -16620027 or 353794. OLE color: 353794.

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

Color convert

RGB 2 102 5 -
CMYK 0.98 0 0.95 0.6
HSL 121.8º 0.96% 0.2% -
HSV(B) 121.8º 0.98% 0.4% -
XYZ 4.8 9.53 1.73 -
YUV 61.04 96.37 85.89 -
System Red Green Blue C M Y K H S L
Decimal 2 102 5 0.98 0 0.95 0.6 121.8 0.96 0.2
Hex 2 66 5 62 0 5F 3C 7A 60 14
Octal 2 146 5 142 0 137 74 172 140 24
Binary 10 1100110 101 1100010 0 1011111 111100 1111010 1100000 10100

Color Harmonies of #026605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026605

Black with #026605

Text Example


Text Example

White with #026605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026605; }

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

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

background-color css

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

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

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

border-color css

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

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

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