Html Css Color HEX #026613 Green

📋 copy color: '#026613'

red 2 ◦ green 102 ◦ blue 19

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

Shades of Green #026613

Tints of Green #026613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.45%

R = 1.63%
G = 82.93%
B = 15.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#026613 (or 0x026613) is known color: Green. HEX triplet: 02, 66 and 13. RGB value is (2,102,19). Sum of RGB (Red+Green+Blue) = 2+102+19=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 102 (40.23% from 255 or 82.93% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 102 - color contains mainly: green. Hex color #026613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026613 is #FD99EC. Grayscale: #3E3E3E. Windows color (decimal): -16620013 or 1271298. OLE color: 1271298.

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

Color convert

RGB 2 102 19 -
CMYK 0.98 0 0.81 0.6
HSL 130.2º 0.96% 0.2% -
HSV(B) 130.2º 0.98% 0.4% -
XYZ 4.89 9.56 2.2 -
YUV 62.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 2 102 19 0.98 0 0.81 0.6 130.2 0.96 0.2
Hex 2 66 13 62 0 51 3C 82 60 14
Octal 2 146 23 142 0 121 74 202 140 24
Binary 10 1100110 10011 1100010 0 1010001 111100 10000010 1100000 10100

Color Harmonies of #026613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026613

Black with #026613

Text Example


Text Example

White with #026613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026613; }

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

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

background-color css

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

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

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

border-color css

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

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

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