Html Css Color HEX #0F832A Forest Green

📋 copy color: '#0F832A'

red 15 ◦ green 131 ◦ blue 42

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

Shades of Forest Green #0F832A

Tints of Forest Green #0F832A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 69.68%

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

R = 7.98%
G = 69.68%
B = 22.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#0F832A (or 0x0F832A) is known color: Forest Green. HEX triplet: 0F, 83 and 2A. RGB value is (15,131,42). Sum of RGB (Red+Green+Blue) = 15+131+42=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 131 (51.56% from 255 or 69.68% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 131 - color contains mainly: green. Hex color #0F832A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F832A is #F07CD5. Grayscale: #565656. Windows color (decimal): -15760598 or 2786063. OLE color: 2786063.

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

Color convert

RGB 15 131 42 -
CMYK 0.89 0 0.68 0.49
HSL 133.97º 0.79% 0.29% -
HSV(B) 133.97º 0.89% 0.51% -
XYZ 8.73 16.5 4.92 -
YUV 86.17 103.07 77.24 -
System Red Green Blue C M Y K H S L
Decimal 15 131 42 0.89 0 0.68 0.49 133.97 0.79 0.29
Hex F 83 2A 59 0 44 31 86 4F 1D
Octal 17 203 52 131 0 104 61 206 117 35
Binary 1111 10000011 101010 1011001 0 1000100 110001 10000110 1001111 11101

Color Harmonies of #0F832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F832A

Black with #0F832A

Text Example


Text Example

White with #0F832A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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