Html Css Color HEX #0E7315 Green

📋 copy color: '#0E7315'

red 14 ◦ green 115 ◦ blue 21

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

Shades of Green #0E7315

Tints of Green #0E7315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14%

R = 9.33%
G = 76.67%
B = 14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#0E7315 (or 0x0E7315) is known color: Green. HEX triplet: 0E, 73 and 15. RGB value is (14,115,21). Sum of RGB (Red+Green+Blue) = 14+115+21=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 115 (45.31% from 255 or 76.67% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 115 - color contains mainly: green. Hex color #0E7315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7315 is #F18CEA. Grayscale: #4A4A4A. Windows color (decimal): -15830251 or 1405710. OLE color: 1405710.

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

Color convert

RGB 14 115 21 -
CMYK 0.88 0 0.82 0.55
HSL 124.16º 0.78% 0.25% -
HSV(B) 124.16º 0.88% 0.45% -
XYZ 6.45 12.41 2.76 -
YUV 74.09 98.04 85.14 -
System Red Green Blue C M Y K H S L
Decimal 14 115 21 0.88 0 0.82 0.55 124.16 0.78 0.25
Hex E 73 15 58 0 52 37 7C 4E 19
Octal 16 163 25 130 0 122 67 174 116 31
Binary 1110 1110011 10101 1011000 0 1010010 110111 1111100 1001110 11001

Color Harmonies of #0E7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7315

Black with #0E7315

Text Example


Text Example

White with #0E7315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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