Html Css Color HEX #0E7419 Green

📋 copy color: '#0E7419'

red 14 ◦ green 116 ◦ blue 25

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

Shades of Green #0E7419

Tints of Green #0E7419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 74.84%

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

R = 9.03%
G = 74.84%
B = 16.13%

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

#0E7419 (or 0x0E7419) is known color: Green. HEX triplet: 0E, 74 and 19. RGB value is (14,116,25). Sum of RGB (Red+Green+Blue) = 14+116+25=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 116 (45.70% from 255 or 74.84% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7419 is #F18BE6. Grayscale: #4B4B4B. Windows color (decimal): -15829991 or 1668110. OLE color: 1668110.

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

Color convert

RGB 14 116 25 -
CMYK 0.88 0 0.78 0.55
HSL 126.47º 0.78% 0.25% -
HSV(B) 126.47º 0.88% 0.45% -
XYZ 6.6 12.65 3.01 -
YUV 75.13 99.71 84.4 -
System Red Green Blue C M Y K H S L
Decimal 14 116 25 0.88 0 0.78 0.55 126.47 0.78 0.25
Hex E 74 19 58 0 4E 37 7E 4E 19
Octal 16 164 31 130 0 116 67 176 116 31
Binary 1110 1110100 11001 1011000 0 1001110 110111 1111110 1001110 11001

Color Harmonies of #0E7419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7419

Black with #0E7419

Text Example


Text Example

White with #0E7419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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