Html Css Color HEX #12A41D Forest Green

📋 copy color: '#12A41D'

red 18 ◦ green 164 ◦ blue 29

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

Shades of Forest Green #12A41D

Tints of Forest Green #12A41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 77.73%

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 8.53%
G = 77.73%
B = 13.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#12A41D (or 0x12A41D) is known color: Forest Green. HEX triplet: 12, A4 and 1D. RGB value is (18,164,29). Sum of RGB (Red+Green+Blue) = 18+164+29=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 164 (64.45% from 255 or 77.73% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 164 - color contains mainly: green. Hex color #12A41D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A41D is #ED5BE2. Grayscale: #696969. Windows color (decimal): -15555555 or 1942546. OLE color: 1942546.

HSL color Cylindrical-coordinate representation of color #12A41D: hue angle of 124.52º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A41D is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 164 29 -
CMYK 0.89 0 0.82 0.36
HSL 124.52º 0.8% 0.36% -
HSV(B) 124.52º 0.89% 0.64% -
XYZ 13.75 26.77 5.6 -
YUV 104.96 85.13 65.98 -
System Red Green Blue C M Y K H S L
Decimal 18 164 29 0.89 0 0.82 0.36 124.52 0.8 0.36
Hex 12 A4 1D 59 0 52 24 7D 50 24
Octal 22 244 35 131 0 122 44 175 120 44
Binary 10010 10100100 11101 1011001 0 1010010 100100 1111101 1010000 100100

Color Harmonies of #12A41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A41D

Black with #12A41D

Text Example


Text Example

White with #12A41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A41D; }

 p { color: rgb(18,164,29); }

 H1.HeaderClassName
 {
   color: #12A41D;
 }
 .AnyTagClassName
 {
   color: #12A41D;
 }
</style>

background-color css

<style>
 a { background-color: #12A41D; }

 a { background-color: rgb(18,164,29); }

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

border-color css

<style>
 span { border-color: #12A41D; }

 span { border-color: rgb(18,164,29); }

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