Html Css Color HEX #0E7201 Green

📋 copy color: '#0E7201'

red 14 ◦ green 114 ◦ blue 1

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

Shades of Green #0E7201

Tints of Green #0E7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 88.37%

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 10.85%
G = 88.37%
B = 0.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#0E7201 (or 0x0E7201) is known color: Green. HEX triplet: 0E, 72 and 01. RGB value is (14,114,1). Sum of RGB (Red+Green+Blue) = 14+114+1=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 114 (44.92% from 255 or 88.37% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 114 - color contains mainly: green. Hex color #0E7201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7201 is #F18DFE. Grayscale: #474747. Windows color (decimal): -15830527 or 94734. OLE color: 94734.

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

Color convert

RGB 14 114 1 -
CMYK 0.88 0 0.99 0.55
HSL 113.1º 0.98% 0.23% -
HSV(B) 113.1º 0.99% 0.45% -
XYZ 6.2 12.13 2.04 -
YUV 71.22 88.37 87.19 -
System Red Green Blue C M Y K H S L
Decimal 14 114 1 0.88 0 0.99 0.55 113.1 0.98 0.23
Hex E 72 1 58 0 63 37 71 62 17
Octal 16 162 1 130 0 143 67 161 142 27
Binary 1110 1110010 1 1011000 0 1100011 110111 1110001 1100010 10111

Color Harmonies of #0E7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7201

Black with #0E7201

Text Example


Text Example

White with #0E7201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,114,1); }

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

background-color css

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

 a { background-color: rgb(14,114,1); }

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

border-color css

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

 span { border-color: rgb(14,114,1); }

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