Html Css Color HEX #128213 Forest Green

📋 copy color: '#128213'

red 18 ◦ green 130 ◦ blue 19

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

Shades of Forest Green #128213

Tints of Forest Green #128213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 77.84%

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

R = 10.78%
G = 77.84%
B = 11.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#128213 (or 0x128213) is known color: Forest Green. HEX triplet: 12, 82 and 13. RGB value is (18,130,19). Sum of RGB (Red+Green+Blue) = 18+130+19=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 130 (51.17% from 255 or 77.84% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 130 - color contains mainly: green. Hex color #128213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128213 is #ED7DEC. Grayscale: #545454. Windows color (decimal): -15564269 or 1278482. OLE color: 1278482.

HSL color Cylindrical-coordinate representation of color #128213: hue angle of 120.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128213 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 19 -
CMYK 0.86 0 0.85 0.49
HSL 120.54º 0.76% 0.29% -
HSV(B) 120.54º 0.86% 0.51% -
XYZ 8.35 16.14 3.29 -
YUV 83.86 91.39 81.03 -
System Red Green Blue C M Y K H S L
Decimal 18 130 19 0.86 0 0.85 0.49 120.54 0.76 0.29
Hex 12 82 13 56 0 55 31 79 4C 1D
Octal 22 202 23 126 0 125 61 171 114 35
Binary 10010 10000010 10011 1010110 0 1010101 110001 1111001 1001100 11101

Color Harmonies of #128213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128213

Black with #128213

Text Example


Text Example

White with #128213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128213; }

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

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

background-color css

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

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

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

border-color css

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

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

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