Html Css Color HEX #12912E Forest Green

📋 copy color: '#12912E'

red 18 ◦ green 145 ◦ blue 46

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

Shades of Forest Green #12912E

Tints of Forest Green #12912E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.01%

R = 8.61%
G = 69.38%
B = 22.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#12912E (or 0x12912E) is known color: Forest Green. HEX triplet: 12, 91 and 2E. RGB value is (18,145,46). Sum of RGB (Red+Green+Blue) = 18+145+46=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 145 (57.03% from 255 or 69.38% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 145 - color contains mainly: green. Hex color #12912E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12912E is #ED6ED1. Grayscale: #606060. Windows color (decimal): -15560402 or 3051794. OLE color: 3051794.

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

Color convert

RGB 18 145 46 -
CMYK 0.88 0 0.68 0.43
HSL 133.23º 0.78% 0.32% -
HSV(B) 133.23º 0.88% 0.57% -
XYZ 10.87 20.58 5.98 -
YUV 95.74 99.92 72.55 -
System Red Green Blue C M Y K H S L
Decimal 18 145 46 0.88 0 0.68 0.43 133.23 0.78 0.32
Hex 12 91 2E 58 0 44 2B 85 4E 20
Octal 22 221 56 130 0 104 53 205 116 40
Binary 10010 10010001 101110 1011000 0 1000100 101011 10000101 1001110 100000

Color Harmonies of #12912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12912E

Black with #12912E

Text Example


Text Example

White with #12912E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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