Html Css Color HEX #12951E Forest Green

📋 copy color: '#12951E'

red 18 ◦ green 149 ◦ blue 30

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

Shades of Forest Green #12951E

Tints of Forest Green #12951E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 9.14%
G = 75.63%
B = 15.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#12951E (or 0x12951E) is known color: Forest Green. HEX triplet: 12, 95 and 1E. RGB value is (18,149,30). Sum of RGB (Red+Green+Blue) = 18+149+30=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #12951E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12951E is #ED6AE1. Grayscale: #606060. Windows color (decimal): -15559394 or 2004242. OLE color: 2004242.

HSL color Cylindrical-coordinate representation of color #12951E: hue angle of 125.5º 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 #12951E is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 30 -
CMYK 0.88 0 0.80 0.42
HSL 125.5º 0.78% 0.33% -
HSV(B) 125.5º 0.88% 0.58% -
XYZ 11.23 21.72 4.83 -
YUV 96.27 90.6 72.18 -
System Red Green Blue C M Y K H S L
Decimal 18 149 30 0.88 0 0.80 0.42 125.5 0.78 0.33
Hex 12 95 1E 58 0 50 2A 7D 4E 21
Octal 22 225 36 130 0 120 52 175 116 41
Binary 10010 10010101 11110 1011000 0 1010000 101010 1111101 1001110 100001

Color Harmonies of #12951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12951E

Black with #12951E

Text Example


Text Example

White with #12951E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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