Html Css Color HEX #0F9523 Forest Green

📋 copy color: '#0F9523'

red 15 ◦ green 149 ◦ blue 35

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

Shades of Forest Green #0F9523

Tints of Forest Green #0F9523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.59%

R = 7.54%
G = 74.87%
B = 17.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#0F9523 (or 0x0F9523) is known color: Forest Green. HEX triplet: 0F, 95 and 23. RGB value is (15,149,35). Sum of RGB (Red+Green+Blue) = 15+149+35=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 149 (58.59% from 255 or 74.87% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9523 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9523 is #F06ADC. Grayscale: #606060. Windows color (decimal): -15755997 or 2331919. OLE color: 2331919.

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

Color convert

RGB 15 149 35 -
CMYK 0.90 0 0.77 0.42
HSL 128.96º 0.82% 0.32% -
HSV(B) 128.96º 0.9% 0.58% -
XYZ 11.25 21.72 5.19 -
YUV 95.94 93.61 70.27 -
System Red Green Blue C M Y K H S L
Decimal 15 149 35 0.90 0 0.77 0.42 128.96 0.82 0.32
Hex F 95 23 5A 0 4D 2A 81 52 20
Octal 17 225 43 132 0 115 52 201 122 40
Binary 1111 10010101 100011 1011010 0 1001101 101010 10000001 1010010 100000

Color Harmonies of #0F9523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9523

Black with #0F9523

Text Example


Text Example

White with #0F9523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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