Html Css Color HEX #0F9431 Forest Green

📋 copy color: '#0F9431'

red 15 ◦ green 148 ◦ blue 49

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

Shades of Forest Green #0F9431

Tints of Forest Green #0F9431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.11%

R = 7.08%
G = 69.81%
B = 23.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#0F9431 (or 0x0F9431) is known color: Forest Green. HEX triplet: 0F, 94 and 31. RGB value is (15,148,49). Sum of RGB (Red+Green+Blue) = 15+148+49=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #0F9431 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9431 is #F06BCE. Grayscale: #616161. Windows color (decimal): -15756239 or 3249167. OLE color: 3249167.

HSL color Cylindrical-coordinate representation of color #0F9431: hue angle of 135.34º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9431 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 148 49 -
CMYK 0.90 0 0.67 0.42
HSL 135.34º 0.82% 0.32% -
HSV(B) 135.34º 0.9% 0.58% -
XYZ 11.34 21.5 6.46 -
YUV 96.95 100.94 69.55 -
System Red Green Blue C M Y K H S L
Decimal 15 148 49 0.90 0 0.67 0.42 135.34 0.82 0.32
Hex F 94 31 5A 0 43 2A 87 52 20
Octal 17 224 61 132 0 103 52 207 122 40
Binary 1111 10010100 110001 1011010 0 1000011 101010 10000111 1010010 100000

Color Harmonies of #0F9431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9431

Black with #0F9431

Text Example


Text Example

White with #0F9431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,148,49); }

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

background-color css

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

 a { background-color: rgb(15,148,49); }

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

border-color css

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

 span { border-color: rgb(15,148,49); }

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