#02670C

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

Shades of Green #02670C

Tints of Green #02670C

Color information

#02670C (or 0x02670C) is unknown color: approx Green. HEX triplet: 02, 67 and 0C. RGB value is (2,103,12). Sum of RGB (Red+Green+Blue) = 2+103+12=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 103 (40.62% from 255 or 88.03% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 103 - color contains mainly: green. Hex color #02670C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02670C is #FD98F3. Grayscale: #3E3E3E. Windows color (decimal): -16619764 or 812802. OLE color: 812802.

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

Color convert

RGB210312-
CMYK0.9800.880.60
HSL125.94º96.19%20.59%-
HSV(B)125.94º98.06%40.39%-
XYZ4.949.741.97-
YUV62.4399.5484.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 103 (40.62% from 255) = 88.03%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=1.71%
G=88.03%
B=10.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2103120.9800.880.60125.9496.1920.59
Hex267C620583C7e6015
Octal21471414201307417614025
Binary10110011111001100010010110001111001111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02670C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02670C; }

 p { color: rgb(2,103,12); }

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

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

 a { background-color: rgb(2,103,12); }

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

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

 span { border-color: rgb(2,103,12); }

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