Html Css Color HEX #12912D Forest Green

📋 copy color: '#12912D'

red 18 ◦ green 145 ◦ blue 45

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

Shades of Forest Green #12912D

Tints of Forest Green #12912D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 69.71%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 8.65%
G = 69.71%
B = 21.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#12912D (or 0x12912D) is known color: Forest Green. HEX triplet: 12, 91 and 2D. RGB value is (18,145,45). Sum of RGB (Red+Green+Blue) = 18+145+45=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 145 (57.03% from 255 or 69.71% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 145 - color contains mainly: green. Hex color #12912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12912D is #ED6ED2. Grayscale: #5F5F5F. Windows color (decimal): -15560403 or 2986258. OLE color: 2986258.

HSL color Cylindrical-coordinate representation of color #12912D: hue angle of 132.76º 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 #12912D is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 145 45 -
CMYK 0.88 0 0.69 0.43
HSL 132.76º 0.78% 0.32% -
HSV(B) 132.76º 0.88% 0.57% -
XYZ 10.85 20.57 5.88 -
YUV 95.63 99.42 72.63 -
System Red Green Blue C M Y K H S L
Decimal 18 145 45 0.88 0 0.69 0.43 132.76 0.78 0.32
Hex 12 91 2D 58 0 45 2B 85 4E 20
Octal 22 221 55 130 0 105 53 205 116 40
Binary 10010 10010001 101101 1011000 0 1000101 101011 10000101 1001110 100000

Color Harmonies of #12912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12912D

Black with #12912D

Text Example


Text Example

White with #12912D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12912D; }

 p { color: rgb(18,145,45); }

 H1.HeaderClassName
 {
   color: #12912D;
 }
 .AnyTagClassName
 {
   color: #12912D;
 }
</style>

background-color css

<style>
 a { background-color: #12912D; }

 a { background-color: rgb(18,145,45); }

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

border-color css

<style>
 span { border-color: #12912D; }

 span { border-color: rgb(18,145,45); }

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