Html Css Color HEX #0E7308 Green

📋 copy color: '#0E7308'

red 14 ◦ green 115 ◦ blue 8

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

Shades of Green #0E7308

Tints of Green #0E7308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.84%

R = 10.22%
G = 83.94%
B = 5.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#0E7308 (or 0x0E7308) is known color: Green. HEX triplet: 0E, 73 and 08. RGB value is (14,115,8). Sum of RGB (Red+Green+Blue) = 14+115+8=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 115 (45.31% from 255 or 83.94% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 115 - color contains mainly: green. Hex color #0E7308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7308 is #F18CF7. Grayscale: #484848. Windows color (decimal): -15830264 or 553742. OLE color: 553742.

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

Color convert

RGB 14 115 8 -
CMYK 0.88 0 0.93 0.55
HSL 116.64º 0.87% 0.24% -
HSV(B) 116.64º 0.93% 0.45% -
XYZ 6.36 12.37 2.28 -
YUV 72.6 91.54 86.2 -
System Red Green Blue C M Y K H S L
Decimal 14 115 8 0.88 0 0.93 0.55 116.64 0.87 0.24
Hex E 73 8 58 0 5D 37 75 57 18
Octal 16 163 10 130 0 135 67 165 127 30
Binary 1110 1110011 1000 1011000 0 1011101 110111 1110101 1010111 11000

Color Harmonies of #0E7308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7308

Black with #0E7308

Text Example


Text Example

White with #0E7308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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