Html Css Color HEX #128413 Forest Green

📋 copy color: '#128413'

red 18 ◦ green 132 ◦ blue 19

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

Shades of Forest Green #128413

Tints of Forest Green #128413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.24%

R = 10.65%
G = 78.11%
B = 11.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#128413 (or 0x128413) is known color: Forest Green. HEX triplet: 12, 84 and 13. RGB value is (18,132,19). Sum of RGB (Red+Green+Blue) = 18+132+19=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 132 (51.95% from 255 or 78.11% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 132 - color contains mainly: green. Hex color #128413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128413 is #ED7BEC. Grayscale: #555555. Windows color (decimal): -15563757 or 1278994. OLE color: 1278994.

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

Color convert

RGB 18 132 19 -
CMYK 0.86 0 0.86 0.48
HSL 120.53º 0.76% 0.29% -
HSV(B) 120.53º 0.86% 0.52% -
XYZ 8.62 16.68 3.38 -
YUV 85.03 90.73 80.19 -
System Red Green Blue C M Y K H S L
Decimal 18 132 19 0.86 0 0.86 0.48 120.53 0.76 0.29
Hex 12 84 13 56 0 56 30 79 4C 1D
Octal 22 204 23 126 0 126 60 171 114 35
Binary 10010 10000100 10011 1010110 0 1010110 110000 1111001 1001100 11101

Color Harmonies of #128413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128413

Black with #128413

Text Example


Text Example

White with #128413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128413; }

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

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

background-color css

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

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

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

border-color css

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

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

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