Html Css Color HEX #0F962E Forest Green

📋 copy color: '#0F962E'

red 15 ◦ green 150 ◦ blue 46

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

Shades of Forest Green #0F962E

Tints of Forest Green #0F962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 71.09%

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 7.11%
G = 71.09%
B = 21.8%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#0F962E (or 0x0F962E) is known color: Forest Green. HEX triplet: 0F, 96 and 2E. RGB value is (15,150,46). Sum of RGB (Red+Green+Blue) = 15+150+46=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 150 (58.98% from 255 or 71.09% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 150 - color contains mainly: green. Hex color #0F962E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F962E is #F069D1. Grayscale: #626262. Windows color (decimal): -15755730 or 3053071. OLE color: 3053071.

HSL color Cylindrical-coordinate representation of color #0F962E: hue angle of 133.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F962E is Cyan = 0.9, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 150 46 -
CMYK 0.9 0 0.69 0.41
HSL 133.78º 0.82% 0.32% -
HSV(B) 133.78º 0.9% 0.59% -
XYZ 11.6 22.11 6.24 -
YUV 97.78 98.77 68.96 -
System Red Green Blue C M Y K H S L
Decimal 15 150 46 0.9 0 0.69 0.41 133.78 0.82 0.32
Hex F 96 2E 5A 0 45 29 86 52 20
Octal 17 226 56 132 0 105 51 206 122 40
Binary 1111 10010110 101110 1011010 0 1000101 101001 10000110 1010010 100000

Color Harmonies of #0F962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F962E

Black with #0F962E

Text Example


Text Example

White with #0F962E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,150,46); }

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

background-color css

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

 a { background-color: rgb(15,150,46); }

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

border-color css

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

 span { border-color: rgb(15,150,46); }

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