Html Css Color HEX #0E7319 Green

📋 copy color: '#0E7319'

red 14 ◦ green 115 ◦ blue 25

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

Shades of Green #0E7319

Tints of Green #0E7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 74.68%

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

R = 9.09%
G = 74.68%
B = 16.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#0E7319 (or 0x0E7319) is known color: Green. HEX triplet: 0E, 73 and 19. RGB value is (14,115,25). Sum of RGB (Red+Green+Blue) = 14+115+25=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 115 (45.31% from 255 or 74.68% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 115 - color contains mainly: green. Hex color #0E7319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7319 is #F18CE6. Grayscale: #4A4A4A. Windows color (decimal): -15830247 or 1667854. OLE color: 1667854.

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

Color convert

RGB 14 115 25 -
CMYK 0.88 0 0.78 0.55
HSL 126.53º 0.78% 0.25% -
HSV(B) 126.53º 0.88% 0.45% -
XYZ 6.49 12.43 2.98 -
YUV 74.54 100.04 84.82 -
System Red Green Blue C M Y K H S L
Decimal 14 115 25 0.88 0 0.78 0.55 126.53 0.78 0.25
Hex E 73 19 58 0 4E 37 7F 4E 19
Octal 16 163 31 130 0 116 67 177 116 31
Binary 1110 1110011 11001 1011000 0 1001110 110111 1111111 1001110 11001

Color Harmonies of #0E7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7319

Black with #0E7319

Text Example


Text Example

White with #0E7319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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