Html Css Color HEX #12891F Forest Green

📋 copy color: '#12891F'

red 18 ◦ green 137 ◦ blue 31

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

Shades of Forest Green #12891F

Tints of Forest Green #12891F

RGB

 RED value IS 18 (7.42% from 255) = 9.68%

 GREEN value IS 137 (53.91% from 255) = 73.66%

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 9.68%
G = 73.66%
B = 16.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#12891F (or 0x12891F) is known color: Forest Green. HEX triplet: 12, 89 and 1F. RGB value is (18,137,31). Sum of RGB (Red+Green+Blue) = 18+137+31=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 137 (53.91% from 255 or 73.66% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 137 - color contains mainly: green. Hex color #12891F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12891F is #ED76E0. Grayscale: #595959. Windows color (decimal): -15562465 or 2066706. OLE color: 2066706.

HSL color Cylindrical-coordinate representation of color #12891F: hue angle of 126.55º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12891F is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 137 31 -
CMYK 0.87 0 0.77 0.46
HSL 126.55º 0.77% 0.3% -
HSV(B) 126.55º 0.87% 0.54% -
XYZ 9.44 18.12 4.3 -
YUV 89.34 95.08 77.12 -
System Red Green Blue C M Y K H S L
Decimal 18 137 31 0.87 0 0.77 0.46 126.55 0.77 0.3
Hex 12 89 1F 57 0 4D 2E 7F 4D 1E
Octal 22 211 37 127 0 115 56 177 115 36
Binary 10010 10001001 11111 1010111 0 1001101 101110 1111111 1001101 11110

Color Harmonies of #12891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12891F

Black with #12891F

Text Example


Text Example

White with #12891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12891F; }

 p { color: rgb(18,137,31); }

 H1.HeaderClassName
 {
   color: #12891F;
 }
 .AnyTagClassName
 {
   color: #12891F;
 }
</style>

background-color css

<style>
 a { background-color: #12891F; }

 a { background-color: rgb(18,137,31); }

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

border-color css

<style>
 span { border-color: #12891F; }

 span { border-color: rgb(18,137,31); }

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