Html Css Color HEX #0E942F Forest Green

📋 copy color: '#0E942F'

red 14 ◦ green 148 ◦ blue 47

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

Shades of Forest Green #0E942F

Tints of Forest Green #0E942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 70.81%

 BLUE value IS 47 (18.75% from 255) = 22.49%

R = 6.7%
G = 70.81%
B = 22.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#0E942F (or 0x0E942F) is known color: Forest Green. HEX triplet: 0E, 94 and 2F. RGB value is (14,148,47). Sum of RGB (Red+Green+Blue) = 14+148+47=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 148 (58.20% from 255 or 70.81% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 148 - color contains mainly: green. Hex color #0E942F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E942F is #F16BD0. Grayscale: #606060. Windows color (decimal): -15821777 or 3118094. OLE color: 3118094.

HSL color Cylindrical-coordinate representation of color #0E942F: hue angle of 134.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E942F is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 148 47 -
CMYK 0.91 0 0.68 0.42
HSL 134.78º 0.83% 0.32% -
HSV(B) 134.78º 0.91% 0.58% -
XYZ 11.28 21.48 6.24 -
YUV 96.42 100.11 69.21 -
System Red Green Blue C M Y K H S L
Decimal 14 148 47 0.91 0 0.68 0.42 134.78 0.83 0.32
Hex E 94 2F 5B 0 44 2A 87 53 20
Octal 16 224 57 133 0 104 52 207 123 40
Binary 1110 10010100 101111 1011011 0 1000100 101010 10000111 1010011 100000

Color Harmonies of #0E942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E942F

Black with #0E942F

Text Example


Text Example

White with #0E942F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,148,47); }

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

background-color css

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

 a { background-color: rgb(14,148,47); }

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

border-color css

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

 span { border-color: rgb(14,148,47); }

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