Html Css Color HEX #0E7A1B Forest Green

📋 copy color: '#0E7A1B'

red 14 ◦ green 122 ◦ blue 27

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

Shades of Forest Green #0E7A1B

Tints of Forest Green #0E7A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 74.85%

 BLUE value IS 27 (10.94% from 255) = 16.56%

R = 8.59%
G = 74.85%
B = 16.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#0E7A1B (or 0x0E7A1B) is known color: Forest Green. HEX triplet: 0E, 7A and 1B. RGB value is (14,122,27). Sum of RGB (Red+Green+Blue) = 14+122+27=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 122 (48.05% from 255 or 74.85% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7A1B is #F185E4. Grayscale: #4F4F4F. Windows color (decimal): -15828453 or 1800718. OLE color: 1800718.

HSL color Cylindrical-coordinate representation of color #0E7A1B: hue angle of 127.22º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7A1B is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 14 122 27 -
CMYK 0.89 0 0.78 0.52
HSL 127.22º 0.79% 0.27% -
HSV(B) 127.22º 0.89% 0.48% -
XYZ 7.34 14.09 3.37 -
YUV 78.88 98.72 81.72 -
System Red Green Blue C M Y K H S L
Decimal 14 122 27 0.89 0 0.78 0.52 127.22 0.79 0.27
Hex E 7A 1B 59 0 4E 34 7F 4F 1B
Octal 16 172 33 131 0 116 64 177 117 33
Binary 1110 1111010 11011 1011001 0 1001110 110100 1111111 1001111 11011

Color Harmonies of #0E7A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7A1B

Black with #0E7A1B

Text Example


Text Example

White with #0E7A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,122,27); }

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

background-color css

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

 a { background-color: rgb(14,122,27); }

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

border-color css

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

 span { border-color: rgb(14,122,27); }

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