Html Css Color HEX #0F9530 Forest Green

📋 copy color: '#0F9530'

red 15 ◦ green 149 ◦ blue 48

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

Shades of Forest Green #0F9530

Tints of Forest Green #0F9530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 7.08%
G = 70.28%
B = 22.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#0F9530 (or 0x0F9530) is known color: Forest Green. HEX triplet: 0F, 95 and 30. RGB value is (15,149,48). Sum of RGB (Red+Green+Blue) = 15+149+48=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9530 is #F06ACF. Grayscale: #616161. Windows color (decimal): -15755984 or 3183887. OLE color: 3183887.

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

Color convert

RGB 15 149 48 -
CMYK 0.90 0 0.68 0.42
HSL 134.78º 0.82% 0.32% -
HSV(B) 134.78º 0.9% 0.58% -
XYZ 11.48 21.81 6.4 -
YUV 97.42 100.11 69.21 -
System Red Green Blue C M Y K H S L
Decimal 15 149 48 0.90 0 0.68 0.42 134.78 0.82 0.32
Hex F 95 30 5A 0 44 2A 87 52 20
Octal 17 225 60 132 0 104 52 207 122 40
Binary 1111 10010101 110000 1011010 0 1000100 101010 10000111 1010010 100000

Color Harmonies of #0F9530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9530

Black with #0F9530

Text Example


Text Example

White with #0F9530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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