#0E6302

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

Shades of Green #0E6302

Tints of Green #0E6302

Color information

#0E6302 (or 0x0E6302) is unknown color: approx Green. HEX triplet: 0E, 63 and 02. RGB value is (14,99,2). Sum of RGB (Red+Green+Blue) = 14+99+2=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 99 (39.06% from 255 or 86.09% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 99 - color contains mainly: green. Hex color #0E6302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6302 is #F19CFD. Grayscale: #3E3E3E. Windows color (decimal): -15834366 or 156430. OLE color: 156430.

HSL color Cylindrical-coordinate representation of color #0E6302: hue angle of 112.58º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E6302 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB14992-
CMYK0.8600.980.61
HSL112.58º96.04%19.8%-
HSV(B)112.58º97.98%38.82%-
XYZ4.659.021.55-
YUV62.5393.8493.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.17%
GREEN value IS 99 (39.06% from 255) = 86.09%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=12.17%
G=86.09%
B=1.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal149920.8600.980.61112.5896.0419.8
HexE632560623D716014
Octal16143212601427516114024
Binary11101100011101010110011000101111011110001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E6302; }

 p { color: rgb(14,99,2); }

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

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

 a { background-color: rgb(14,99,2); }

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

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

 span { border-color: rgb(14,99,2); }

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