#12841A

Color #12841A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #12841A

Tints of Forest Green #12841A

Color information

#12841A (or 0x12841A) is unknown color: approx Forest Green. HEX triplet: 12, 84 and 1A. RGB value is (18,132,26). Sum of RGB (Red+Green+Blue) = 18+132+26=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 132 (51.95% from 255 or 75% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 132 - color contains mainly: green. Hex color #12841A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12841A is #ED7BE5. Grayscale: #565656. Windows color (decimal): -15563750 or 1737746. OLE color: 1737746.

HSL color Cylindrical-coordinate representation of color #12841A: hue angle of 124.21º 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 #12841A is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1813226-
CMYK0.8600.800.48
HSL124.21º76%29.41%-
HSV(B)124.21º86.36%51.76%-
XYZ8.6916.713.74-
YUV85.8394.2379.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 132 (51.95% from 255) = 75%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=10.23%
G=75%
B=14.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18132260.8600.800.48124.217629.41
Hex12841A56050307c4c1d
Octal222043212601206017411435
Binary1001010000100110101010110010100001100001111100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12841A;
 }
 .AnyTagClassName
 {
   color: #12841A;
 }
</style>
background-color css

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

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

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

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

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

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