Html Css Color HEX #0E7204 Green

📋 copy color: '#0E7204'

red 14 ◦ green 114 ◦ blue 4

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

Shades of Green #0E7204

Tints of Green #0E7204

RGB

 RED value IS 14 (5.86% from 255) = 10.61%

 GREEN value IS 114 (44.92% from 255) = 86.36%

 BLUE value IS 4 (1.95% from 255) = 3.03%

R = 10.61%
G = 86.36%
B = 3.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#0E7204 (or 0x0E7204) is known color: Green. HEX triplet: 0E, 72 and 04. RGB value is (14,114,4). Sum of RGB (Red+Green+Blue) = 14+114+4=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 114 (44.92% from 255 or 86.36% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 114 - color contains mainly: green. Hex color #0E7204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7204 is #F18DFB. Grayscale: #474747. Windows color (decimal): -15830524 or 291342. OLE color: 291342.

HSL color Cylindrical-coordinate representation of color #0E7204: hue angle of 114.55º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E7204 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 114 4 -
CMYK 0.88 0 0.96 0.55
HSL 114.55º 0.93% 0.23% -
HSV(B) 114.55º 0.96% 0.45% -
XYZ 6.22 12.14 2.13 -
YUV 71.56 89.87 86.94 -
System Red Green Blue C M Y K H S L
Decimal 14 114 4 0.88 0 0.96 0.55 114.55 0.93 0.23
Hex E 72 4 58 0 60 37 73 5D 17
Octal 16 162 4 130 0 140 67 163 135 27
Binary 1110 1110010 100 1011000 0 1100000 110111 1110011 1011101 10111

Color Harmonies of #0E7204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7204

Black with #0E7204

Text Example


Text Example

White with #0E7204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,114,4); }

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

background-color css

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

 a { background-color: rgb(14,114,4); }

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

border-color css

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

 span { border-color: rgb(14,114,4); }

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