Html Css Color HEX #0E7017 Green

📋 copy color: '#0E7017'

red 14 ◦ green 112 ◦ blue 23

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

Shades of Green #0E7017

Tints of Green #0E7017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 75.17%

 BLUE value IS 23 (9.38% from 255) = 15.44%

R = 9.4%
G = 75.17%
B = 15.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#0E7017 (or 0x0E7017) is known color: Green. HEX triplet: 0E, 70 and 17. RGB value is (14,112,23). Sum of RGB (Red+Green+Blue) = 14+112+23=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7017 is #F18FE8. Grayscale: #484848. Windows color (decimal): -15831017 or 1536014. OLE color: 1536014.

HSL color Cylindrical-coordinate representation of color #0E7017: hue angle of 125.51º 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 #0E7017 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 112 23 -
CMYK 0.88 0 0.79 0.56
HSL 125.51º 0.78% 0.25% -
HSV(B) 125.51º 0.88% 0.44% -
XYZ 6.13 11.74 2.75 -
YUV 72.55 100.03 86.24 -
System Red Green Blue C M Y K H S L
Decimal 14 112 23 0.88 0 0.79 0.56 125.51 0.78 0.25
Hex E 70 17 58 0 4F 38 7E 4E 19
Octal 16 160 27 130 0 117 70 176 116 31
Binary 1110 1110000 10111 1011000 0 1001111 111000 1111110 1001110 11001

Color Harmonies of #0E7017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7017

Black with #0E7017

Text Example


Text Example

White with #0E7017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,112,23); }

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

background-color css

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

 a { background-color: rgb(14,112,23); }

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

border-color css

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

 span { border-color: rgb(14,112,23); }

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