Html Css Color HEX #12982D Forest Green

📋 copy color: '#12982D'

red 18 ◦ green 152 ◦ blue 45

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

Shades of Forest Green #12982D

Tints of Forest Green #12982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 70.7%

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

R = 8.37%
G = 70.7%
B = 20.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#12982D (or 0x12982D) is known color: Forest Green. HEX triplet: 12, 98 and 2D. RGB value is (18,152,45). Sum of RGB (Red+Green+Blue) = 18+152+45=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 152 (59.77% from 255 or 70.70% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 152 - color contains mainly: green. Hex color #12982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12982D is #ED67D2. Grayscale: #646464. Windows color (decimal): -15558611 or 2988050. OLE color: 2988050.

HSL color Cylindrical-coordinate representation of color #12982D: hue angle of 132.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12982D is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 152 45 -
CMYK 0.88 0 0.70 0.40
HSL 132.09º 0.79% 0.33% -
HSV(B) 132.09º 0.88% 0.6% -
XYZ 11.95 22.77 6.25 -
YUV 99.74 97.11 69.7 -
System Red Green Blue C M Y K H S L
Decimal 18 152 45 0.88 0 0.70 0.40 132.09 0.79 0.33
Hex 12 98 2D 58 0 46 28 84 4F 21
Octal 22 230 55 130 0 106 50 204 117 41
Binary 10010 10011000 101101 1011000 0 1000110 101000 10000100 1001111 100001

Color Harmonies of #12982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12982D

Black with #12982D

Text Example


Text Example

White with #12982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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