Html Css Color HEX #0F9129 Forest Green

📋 copy color: '#0F9129'

red 15 ◦ green 145 ◦ blue 41

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

Shades of Forest Green #0F9129

Tints of Forest Green #0F9129

RGB

 RED value IS 15 (6.25% from 255) = 7.46%

 GREEN value IS 145 (57.03% from 255) = 72.14%

 BLUE value IS 41 (16.41% from 255) = 20.4%

R = 7.46%
G = 72.14%
B = 20.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#0F9129 (or 0x0F9129) is known color: Forest Green. HEX triplet: 0F, 91 and 29. RGB value is (15,145,41). Sum of RGB (Red+Green+Blue) = 15+145+41=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 145 (57.03% from 255 or 72.14% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9129 is #F06ED6. Grayscale: #5E5E5E. Windows color (decimal): -15757015 or 2724111. OLE color: 2724111.

HSL color Cylindrical-coordinate representation of color #0F9129: hue angle of 132º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9129 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 145 41 -
CMYK 0.90 0 0.72 0.43
HSL 132º 0.81% 0.31% -
HSV(B) 132º 0.9% 0.57% -
XYZ 10.72 20.51 5.49 -
YUV 94.27 97.93 71.46 -
System Red Green Blue C M Y K H S L
Decimal 15 145 41 0.90 0 0.72 0.43 132 0.81 0.31
Hex F 91 29 5A 0 48 2B 84 51 1F
Octal 17 221 51 132 0 110 53 204 121 37
Binary 1111 10010001 101001 1011010 0 1001000 101011 10000100 1010001 11111

Color Harmonies of #0F9129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9129

Black with #0F9129

Text Example


Text Example

White with #0F9129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,145,41); }

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

background-color css

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

 a { background-color: rgb(15,145,41); }

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

border-color css

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

 span { border-color: rgb(15,145,41); }

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