Html Css Color HEX #0E9F27 Forest Green

📋 copy color: '#0E9F27'

red 14 ◦ green 159 ◦ blue 39

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

Shades of Forest Green #0E9F27

Tints of Forest Green #0E9F27

RGB

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

 GREEN value IS 159 (62.5% from 255) = 75%

 BLUE value IS 39 (15.63% from 255) = 18.4%

R = 6.6%
G = 75%
B = 18.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#0E9F27 (or 0x0E9F27) is known color: Forest Green. HEX triplet: 0E, 9F and 27. RGB value is (14,159,39). Sum of RGB (Red+Green+Blue) = 14+159+39=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 159 (62.5% from 255 or 75% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9F27 is #F160D8. Grayscale: #666666. Windows color (decimal): -15818969 or 2596622. OLE color: 2596622.

HSL color Cylindrical-coordinate representation of color #0E9F27: hue angle of 130.34º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9F27 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 159 39 -
CMYK 0.91 0 0.75 0.38
HSL 130.34º 0.84% 0.34% -
HSV(B) 130.34º 0.91% 0.62% -
XYZ 12.95 25.04 6.07 -
YUV 101.97 92.46 65.26 -
System Red Green Blue C M Y K H S L
Decimal 14 159 39 0.91 0 0.75 0.38 130.34 0.84 0.34
Hex E 9F 27 5B 0 4B 26 82 54 22
Octal 16 237 47 133 0 113 46 202 124 42
Binary 1110 10011111 100111 1011011 0 1001011 100110 10000010 1010100 100010

Color Harmonies of #0E9F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9F27

Black with #0E9F27

Text Example


Text Example

White with #0E9F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,159,39); }

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

background-color css

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

 a { background-color: rgb(14,159,39); }

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

border-color css

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

 span { border-color: rgb(14,159,39); }

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