Html Css Color HEX #128321 Forest Green

📋 copy color: '#128321'

red 18 ◦ green 131 ◦ blue 33

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

Shades of Forest Green #128321

Tints of Forest Green #128321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.13%

R = 9.89%
G = 71.98%
B = 18.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#128321 (or 0x128321) is known color: Forest Green. HEX triplet: 12, 83 and 21. RGB value is (18,131,33). Sum of RGB (Red+Green+Blue) = 18+131+33=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 131 (51.56% from 255 or 71.98% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 131 - color contains mainly: green. Hex color #128321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128321 is #ED7CDE. Grayscale: #565656. Windows color (decimal): -15563999 or 2196242. OLE color: 2196242.

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

Color convert

RGB 18 131 33 -
CMYK 0.86 0 0.75 0.49
HSL 127.96º 0.76% 0.29% -
HSV(B) 127.96º 0.86% 0.51% -
XYZ 8.64 16.47 4.16 -
YUV 86.04 98.06 79.47 -
System Red Green Blue C M Y K H S L
Decimal 18 131 33 0.86 0 0.75 0.49 127.96 0.76 0.29
Hex 12 83 21 56 0 4B 31 80 4C 1D
Octal 22 203 41 126 0 113 61 200 114 35
Binary 10010 10000011 100001 1010110 0 1001011 110001 10000000 1001100 11101

Color Harmonies of #128321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128321

Black with #128321

Text Example


Text Example

White with #128321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128321; }

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

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

background-color css

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

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

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

border-color css

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

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

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