Html Css Color HEX #128313 Forest Green

📋 copy color: '#128313'

red 18 ◦ green 131 ◦ blue 19

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

Shades of Forest Green #128313

Tints of Forest Green #128313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 77.98%

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

R = 10.71%
G = 77.98%
B = 11.31%

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

#128313 (or 0x128313) is known color: Forest Green. HEX triplet: 12, 83 and 13. RGB value is (18,131,19). Sum of RGB (Red+Green+Blue) = 18+131+19=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 131 (51.56% from 255 or 77.98% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 131 - color contains mainly: green. Hex color #128313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128313 is #ED7CEC. Grayscale: #545454. Windows color (decimal): -15564013 or 1278738. OLE color: 1278738.

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

Color convert

RGB 18 131 19 -
CMYK 0.86 0 0.85 0.49
HSL 120.53º 0.76% 0.29% -
HSV(B) 120.53º 0.86% 0.51% -
XYZ 8.48 16.41 3.34 -
YUV 84.45 91.06 80.61 -
System Red Green Blue C M Y K H S L
Decimal 18 131 19 0.86 0 0.85 0.49 120.53 0.76 0.29
Hex 12 83 13 56 0 55 31 79 4C 1D
Octal 22 203 23 126 0 125 61 171 114 35
Binary 10010 10000011 10011 1010110 0 1010101 110001 1111001 1001100 11101

Color Harmonies of #128313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128313

Black with #128313

Text Example


Text Example

White with #128313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128313; }

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

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

background-color css

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

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

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

border-color css

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

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

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