Html Css Color HEX #0E972C Forest Green

📋 copy color: '#0E972C'

red 14 ◦ green 151 ◦ blue 44

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

Shades of Forest Green #0E972C

Tints of Forest Green #0E972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 72.25%

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 6.7%
G = 72.25%
B = 21.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#0E972C (or 0x0E972C) is known color: Forest Green. HEX triplet: 0E, 97 and 2C. RGB value is (14,151,44). Sum of RGB (Red+Green+Blue) = 14+151+44=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 151 (59.38% from 255 or 72.25% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 151 - color contains mainly: green. Hex color #0E972C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E972C is #F168D3. Grayscale: #626262. Windows color (decimal): -15821012 or 2922254. OLE color: 2922254.

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

Color convert

RGB 14 151 44 -
CMYK 0.91 0 0.71 0.41
HSL 133.14º 0.83% 0.32% -
HSV(B) 133.14º 0.91% 0.59% -
XYZ 11.7 22.41 6.09 -
YUV 97.84 97.61 68.2 -
System Red Green Blue C M Y K H S L
Decimal 14 151 44 0.91 0 0.71 0.41 133.14 0.83 0.32
Hex E 97 2C 5B 0 47 29 85 53 20
Octal 16 227 54 133 0 107 51 205 123 40
Binary 1110 10010111 101100 1011011 0 1000111 101001 10000101 1010011 100000

Color Harmonies of #0E972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E972C

Black with #0E972C

Text Example


Text Example

White with #0E972C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,151,44); }

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

background-color css

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

 a { background-color: rgb(14,151,44); }

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

border-color css

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

 span { border-color: rgb(14,151,44); }

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