#02690D

Color #02690D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #02690D

Tints of Green #02690D

Color information

#02690D (or 0x02690D) is unknown color: approx Green. HEX triplet: 02, 69 and 0D. RGB value is (2,105,13). Sum of RGB (Red+Green+Blue) = 2+105+13=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 105 (41.41% from 255 or 87.5% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 105 - color contains mainly: green. Hex color #02690D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02690D is #FD96F2. Grayscale: #3F3F3F. Windows color (decimal): -16619251 or 878850. OLE color: 878850.

HSL color Cylindrical-coordinate representation of color #02690D: hue angle of 126.41º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02690D is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB210513-
CMYK0.9800.880.59
HSL126.41º96.26%20.98%-
HSV(B)126.41º98.1%41.18%-
XYZ5.1510.152.07-
YUV63.7299.3883.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 105 (41.41% from 255) = 87.5%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=1.67%
G=87.5%
B=10.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2105130.9800.880.59126.4196.2620.98
Hex269D620583B7e6015
Octal21511514201307317614025
Binary10110100111011100010010110001110111111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02690D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02690D; }

 p { color: rgb(2,105,13); }

 H1.HeaderClassName
 {
   color: #02690D;
 }
 .AnyTagClassName
 {
   color: #02690D;
 }
</style>
background-color css

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

 a { background-color: rgb(2,105,13); }

 div.DivClassName
 {
   background-color: #02690D;
 }
 .BgClassName
 {
   background-color: #02690D;
 }
</style>
border-color css

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

 span { border-color: rgb(2,105,13); }

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