Html Css Color HEX #0F9525 Forest Green

📋 copy color: '#0F9525'

red 15 ◦ green 149 ◦ blue 37

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

Shades of Forest Green #0F9525

Tints of Forest Green #0F9525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.41%

R = 7.46%
G = 74.13%
B = 18.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#0F9525 (or 0x0F9525) is known color: Forest Green. HEX triplet: 0F, 95 and 25. RGB value is (15,149,37). Sum of RGB (Red+Green+Blue) = 15+149+37=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9525 is #F06ADA. Grayscale: #606060. Windows color (decimal): -15755995 or 2462991. OLE color: 2462991.

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

Color convert

RGB 15 149 37 -
CMYK 0.90 0 0.75 0.42
HSL 129.85º 0.82% 0.32% -
HSV(B) 129.85º 0.9% 0.58% -
XYZ 11.28 21.73 5.35 -
YUV 96.17 94.61 70.11 -
System Red Green Blue C M Y K H S L
Decimal 15 149 37 0.90 0 0.75 0.42 129.85 0.82 0.32
Hex F 95 25 5A 0 4B 2A 82 52 20
Octal 17 225 45 132 0 113 52 202 122 40
Binary 1111 10010101 100101 1011010 0 1001011 101010 10000010 1010010 100000

Color Harmonies of #0F9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9525

Black with #0F9525

Text Example


Text Example

White with #0F9525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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