Html Css Color HEX #12951C Forest Green

📋 copy color: '#12951C'

red 18 ◦ green 149 ◦ blue 28

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

Shades of Forest Green #12951C

Tints of Forest Green #12951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 76.41%

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 9.23%
G = 76.41%
B = 14.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#12951C (or 0x12951C) is known color: Forest Green. HEX triplet: 12, 95 and 1C. RGB value is (18,149,28). Sum of RGB (Red+Green+Blue) = 18+149+28=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 149 (58.59% from 255 or 76.41% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 149 - color contains mainly: green. Hex color #12951C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12951C is #ED6AE3. Grayscale: #606060. Windows color (decimal): -15559396 or 1873170. OLE color: 1873170.

HSL color Cylindrical-coordinate representation of color #12951C: hue angle of 124.58º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12951C is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 28 -
CMYK 0.88 0 0.81 0.42
HSL 124.58º 0.78% 0.33% -
HSV(B) 124.58º 0.88% 0.58% -
XYZ 11.21 21.71 4.7 -
YUV 96.04 89.6 72.34 -
System Red Green Blue C M Y K H S L
Decimal 18 149 28 0.88 0 0.81 0.42 124.58 0.78 0.33
Hex 12 95 1C 58 0 51 2A 7D 4E 21
Octal 22 225 34 130 0 121 52 175 116 41
Binary 10010 10010101 11100 1011000 0 1010001 101010 1111101 1001110 100001

Color Harmonies of #12951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12951C

Black with #12951C

Text Example


Text Example

White with #12951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12951C; }

 p { color: rgb(18,149,28); }

 H1.HeaderClassName
 {
   color: #12951C;
 }
 .AnyTagClassName
 {
   color: #12951C;
 }
</style>

background-color css

<style>
 a { background-color: #12951C; }

 a { background-color: rgb(18,149,28); }

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

border-color css

<style>
 span { border-color: #12951C; }

 span { border-color: rgb(18,149,28); }

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