Html Css Color HEX #12921F Forest Green

📋 copy color: '#12921F'

red 18 ◦ green 146 ◦ blue 31

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

Shades of Forest Green #12921F

Tints of Forest Green #12921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 74.87%

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

R = 9.23%
G = 74.87%
B = 15.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#12921F (or 0x12921F) is known color: Forest Green. HEX triplet: 12, 92 and 1F. RGB value is (18,146,31). Sum of RGB (Red+Green+Blue) = 18+146+31=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 146 (57.42% from 255 or 74.87% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 146 - color contains mainly: green. Hex color #12921F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12921F is #ED6DE0. Grayscale: #5E5E5E. Windows color (decimal): -15560161 or 2069010. OLE color: 2069010.

HSL color Cylindrical-coordinate representation of color #12921F: hue angle of 126.09º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12921F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 146 31 -
CMYK 0.88 0 0.79 0.43
HSL 126.09º 0.78% 0.32% -
HSV(B) 126.09º 0.88% 0.57% -
XYZ 10.78 20.79 4.74 -
YUV 94.62 92.09 73.35 -
System Red Green Blue C M Y K H S L
Decimal 18 146 31 0.88 0 0.79 0.43 126.09 0.78 0.32
Hex 12 92 1F 58 0 4F 2B 7E 4E 20
Octal 22 222 37 130 0 117 53 176 116 40
Binary 10010 10010010 11111 1011000 0 1001111 101011 1111110 1001110 100000

Color Harmonies of #12921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12921F

Black with #12921F

Text Example


Text Example

White with #12921F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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