Html Css Color HEX #0F992A Forest Green

📋 copy color: '#0F992A'

red 15 ◦ green 153 ◦ blue 42

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

Shades of Forest Green #0F992A

Tints of Forest Green #0F992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 72.86%

 BLUE value IS 42 (16.8% from 255) = 20%

R = 7.14%
G = 72.86%
B = 20%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#0F992A (or 0x0F992A) is known color: Forest Green. HEX triplet: 0F, 99 and 2A. RGB value is (15,153,42). Sum of RGB (Red+Green+Blue) = 15+153+42=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 153 (60.16% from 255 or 72.86% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 153 - color contains mainly: green. Hex color #0F992A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F992A is #F066D5. Grayscale: #636363. Windows color (decimal): -15754966 or 2791695. OLE color: 2791695.

HSL color Cylindrical-coordinate representation of color #0F992A: hue angle of 131.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F992A is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 153 42 -
CMYK 0.90 0 0.73 0.4
HSL 131.74º 0.82% 0.33% -
HSV(B) 131.74º 0.9% 0.6% -
XYZ 12.01 23.05 6.01 -
YUV 99.08 95.78 68.03 -
System Red Green Blue C M Y K H S L
Decimal 15 153 42 0.90 0 0.73 0.4 131.74 0.82 0.33
Hex F 99 2A 5A 0 49 28 84 52 21
Octal 17 231 52 132 0 111 50 204 122 41
Binary 1111 10011001 101010 1011010 0 1001001 101000 10000100 1010010 100001

Color Harmonies of #0F992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F992A

Black with #0F992A

Text Example


Text Example

White with #0F992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,153,42); }

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

background-color css

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

 a { background-color: rgb(15,153,42); }

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

border-color css

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

 span { border-color: rgb(15,153,42); }

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