Html Css Color HEX #0E7119 Green

📋 copy color: '#0E7119'

red 14 ◦ green 113 ◦ blue 25

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

Shades of Green #0E7119

Tints of Green #0E7119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 74.34%

 BLUE value IS 25 (10.16% from 255) = 16.45%

R = 9.21%
G = 74.34%
B = 16.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#0E7119 (or 0x0E7119) is known color: Green. HEX triplet: 0E, 71 and 19. RGB value is (14,113,25). Sum of RGB (Red+Green+Blue) = 14+113+25=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #0E7119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7119 is #F18EE6. Grayscale: #494949. Windows color (decimal): -15830759 or 1667342. OLE color: 1667342.

HSL color Cylindrical-coordinate representation of color #0E7119: hue angle of 126.67º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7119 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 113 25 -
CMYK 0.88 0 0.78 0.56
HSL 126.67º 0.78% 0.25% -
HSV(B) 126.67º 0.88% 0.44% -
XYZ 6.26 11.97 2.9 -
YUV 73.37 100.7 85.66 -
System Red Green Blue C M Y K H S L
Decimal 14 113 25 0.88 0 0.78 0.56 126.67 0.78 0.25
Hex E 71 19 58 0 4E 38 7F 4E 19
Octal 16 161 31 130 0 116 70 177 116 31
Binary 1110 1110001 11001 1011000 0 1001110 111000 1111111 1001110 11001

Color Harmonies of #0E7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7119

Black with #0E7119

Text Example


Text Example

White with #0E7119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,113,25); }

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

background-color css

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

 a { background-color: rgb(14,113,25); }

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

border-color css

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

 span { border-color: rgb(14,113,25); }

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