Html Css Color HEX #0F9529 Forest Green

📋 copy color: '#0F9529'

red 15 ◦ green 149 ◦ blue 41

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

Shades of Forest Green #0F9529

Tints of Forest Green #0F9529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 72.68%

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

R = 7.32%
G = 72.68%
B = 20%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#0F9529 (or 0x0F9529) is known color: Forest Green. HEX triplet: 0F, 95 and 29. RGB value is (15,149,41). Sum of RGB (Red+Green+Blue) = 15+149+41=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9529 is #F06AD6. Grayscale: #606060. Windows color (decimal): -15755991 or 2725135. OLE color: 2725135.

HSL color Cylindrical-coordinate representation of color #0F9529: hue angle of 131.64º 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 #0F9529 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 149 41 -
CMYK 0.90 0 0.72 0.42
HSL 131.64º 0.82% 0.32% -
HSV(B) 131.64º 0.9% 0.58% -
XYZ 11.34 21.76 5.7 -
YUV 96.62 96.61 69.78 -
System Red Green Blue C M Y K H S L
Decimal 15 149 41 0.90 0 0.72 0.42 131.64 0.82 0.32
Hex F 95 29 5A 0 48 2A 84 52 20
Octal 17 225 51 132 0 110 52 204 122 40
Binary 1111 10010101 101001 1011010 0 1001000 101010 10000100 1010010 100000

Color Harmonies of #0F9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9529

Black with #0F9529

Text Example


Text Example

White with #0F9529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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