Html Css Color HEX #0F8227 Forest Green

📋 copy color: '#0F8227'

red 15 ◦ green 130 ◦ blue 39

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

Shades of Forest Green #0F8227

Tints of Forest Green #0F8227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 70.65%

 BLUE value IS 39 (15.63% from 255) = 21.2%

R = 8.15%
G = 70.65%
B = 21.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#0F8227 (or 0x0F8227) is known color: Forest Green. HEX triplet: 0F, 82 and 27. RGB value is (15,130,39). Sum of RGB (Red+Green+Blue) = 15+130+39=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8227 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8227 is #F07DD8. Grayscale: #555555. Windows color (decimal): -15760857 or 2589199. OLE color: 2589199.

HSL color Cylindrical-coordinate representation of color #0F8227: hue angle of 132.52º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8227 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 130 39 -
CMYK 0.88 0 0.70 0.49
HSL 132.52º 0.79% 0.28% -
HSV(B) 132.52º 0.88% 0.51% -
XYZ 8.55 16.21 4.6 -
YUV 85.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 15 130 39 0.88 0 0.70 0.49 132.52 0.79 0.28
Hex F 82 27 58 0 46 31 85 4F 1C
Octal 17 202 47 130 0 106 61 205 117 34
Binary 1111 10000010 100111 1011000 0 1000110 110001 10000101 1001111 11100

Color Harmonies of #0F8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8227

Black with #0F8227

Text Example


Text Example

White with #0F8227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,130,39); }

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

background-color css

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

 a { background-color: rgb(15,130,39); }

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

border-color css

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

 span { border-color: rgb(15,130,39); }

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