Html Css Color HEX #12841C Forest Green

📋 copy color: '#12841C'

red 18 ◦ green 132 ◦ blue 28

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

Shades of Forest Green #12841C

Tints of Forest Green #12841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 74.16%

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 10.11%
G = 74.16%
B = 15.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#12841C (or 0x12841C) is known color: Forest Green. HEX triplet: 12, 84 and 1C. RGB value is (18,132,28). Sum of RGB (Red+Green+Blue) = 18+132+28=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 132 (51.95% from 255 or 74.16% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 132 - color contains mainly: green. Hex color #12841C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12841C is #ED7BE3. Grayscale: #565656. Windows color (decimal): -15563748 or 1868818. OLE color: 1868818.

HSL color Cylindrical-coordinate representation of color #12841C: hue angle of 125.26º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12841C is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 28 -
CMYK 0.86 0 0.79 0.48
HSL 125.26º 0.76% 0.29% -
HSV(B) 125.26º 0.86% 0.52% -
XYZ 8.71 16.71 3.87 -
YUV 86.06 95.23 79.46 -
System Red Green Blue C M Y K H S L
Decimal 18 132 28 0.86 0 0.79 0.48 125.26 0.76 0.29
Hex 12 84 1C 56 0 4F 30 7D 4C 1D
Octal 22 204 34 126 0 117 60 175 114 35
Binary 10010 10000100 11100 1010110 0 1001111 110000 1111101 1001100 11101

Color Harmonies of #12841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12841C

Black with #12841C

Text Example


Text Example

White with #12841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12841C; }

 p { color: rgb(18,132,28); }

 H1.HeaderClassName
 {
   color: #12841C;
 }
 .AnyTagClassName
 {
   color: #12841C;
 }
</style>

background-color css

<style>
 a { background-color: #12841C; }

 a { background-color: rgb(18,132,28); }

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

border-color css

<style>
 span { border-color: #12841C; }

 span { border-color: rgb(18,132,28); }

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