Html Css Color HEX #026505 Green

📋 copy color: '#026505'

red 2 ◦ green 101 ◦ blue 5

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

Shades of Green #026505

Tints of Green #026505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 93.52%

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

R = 1.85%
G = 93.52%
B = 4.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#026505 (or 0x026505) is known color: Green. HEX triplet: 02, 65 and 05. RGB value is (2,101,5). Sum of RGB (Red+Green+Blue) = 2+101+5=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 101 (39.84% from 255 or 93.52% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 101 - color contains mainly: green. Hex color #026505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026505 is #FD9AFA. Grayscale: #3C3C3C. Windows color (decimal): -16620283 or 353538. OLE color: 353538.

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

Color convert

RGB 2 101 5 -
CMYK 0.98 0 0.95 0.60
HSL 121.82º 0.96% 0.2% -
HSV(B) 121.82º 0.98% 0.4% -
XYZ 4.71 9.33 1.7 -
YUV 60.46 96.7 86.31 -
System Red Green Blue C M Y K H S L
Decimal 2 101 5 0.98 0 0.95 0.60 121.82 0.96 0.2
Hex 2 65 5 62 0 5F 3C 7A 60 14
Octal 2 145 5 142 0 137 74 172 140 24
Binary 10 1100101 101 1100010 0 1011111 111100 1111010 1100000 10100

Color Harmonies of #026505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026505

Black with #026505

Text Example


Text Example

White with #026505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026505; }

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

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

background-color css

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

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

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

border-color css

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

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

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