Html Css Color HEX #0F831B Forest Green

📋 copy color: '#0F831B'

red 15 ◦ green 131 ◦ blue 27

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

Shades of Forest Green #0F831B

Tints of Forest Green #0F831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 8.67%
G = 75.72%
B = 15.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#0F831B (or 0x0F831B) is known color: Forest Green. HEX triplet: 0F, 83 and 1B. RGB value is (15,131,27). Sum of RGB (Red+Green+Blue) = 15+131+27=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 131 (51.56% from 255 or 75.72% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 131 - color contains mainly: green. Hex color #0F831B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F831B is #F07CE4. Grayscale: #545454. Windows color (decimal): -15760613 or 1803023. OLE color: 1803023.

HSL color Cylindrical-coordinate representation of color #0F831B: hue angle of 126.21º 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 #0F831B is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 131 27 -
CMYK 0.89 0 0.79 0.49
HSL 126.21º 0.79% 0.29% -
HSV(B) 126.21º 0.89% 0.51% -
XYZ 8.51 16.41 3.76 -
YUV 84.46 95.57 78.46 -
System Red Green Blue C M Y K H S L
Decimal 15 131 27 0.89 0 0.79 0.49 126.21 0.79 0.29
Hex F 83 1B 59 0 4F 31 7E 4F 1D
Octal 17 203 33 131 0 117 61 176 117 35
Binary 1111 10000011 11011 1011001 0 1001111 110001 1111110 1001111 11101

Color Harmonies of #0F831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F831B

Black with #0F831B

Text Example


Text Example

White with #0F831B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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