Html Css Color HEX #0E7300 Green

📋 copy color: '#0E7300'

red 14 ◦ green 115 ◦ blue 0

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

Shades of Green #0E7300

Tints of Green #0E7300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 10.85%
G = 89.15%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#0E7300 (or 0x0E7300) is known color: Green. HEX triplet: 0E, 73 and 00. RGB value is (14,115,0). Sum of RGB (Red+Green+Blue) = 14+115+0=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 115 (45.31% from 255 or 89.15% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 115 - color contains mainly: green. Hex color #0E7300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7300 is #F18CFF. Grayscale: #484848. Windows color (decimal): -15830272 or 29454. OLE color: 29454.

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

Color convert

RGB 14 115 0 -
CMYK 0.88 0 1 0.55
HSL 112.7º 1% 0.23% -
HSV(B) 112.7º 1% 0.45% -
XYZ 6.31 12.35 2.05 -
YUV 71.69 87.54 86.85 -
System Red Green Blue C M Y K H S L
Decimal 14 115 0 0.88 0 1 0.55 112.7 1 0.23
Hex E 73 0 58 0 64 37 71 64 17
Octal 16 163 0 130 0 144 67 161 144 27
Binary 1110 1110011 0 1011000 0 1100100 110111 1110001 1100100 10111

Color Harmonies of #0E7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7300

Black with #0E7300

Text Example


Text Example

White with #0E7300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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