Html Css Color HEX #128322 Forest Green

📋 copy color: '#128322'

red 18 ◦ green 131 ◦ blue 34

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

Shades of Forest Green #128322

Tints of Forest Green #128322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.58%

R = 9.84%
G = 71.58%
B = 18.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#128322 (or 0x128322) is known color: Forest Green. HEX triplet: 12, 83 and 22. RGB value is (18,131,34). Sum of RGB (Red+Green+Blue) = 18+131+34=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 131 (51.56% from 255 or 71.58% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 131 - color contains mainly: green. Hex color #128322 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128322 is #ED7CDD. Grayscale: #565656. Windows color (decimal): -15563998 or 2261778. OLE color: 2261778.

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

Color convert

RGB 18 131 34 -
CMYK 0.86 0 0.74 0.49
HSL 128.5º 0.76% 0.29% -
HSV(B) 128.5º 0.86% 0.51% -
XYZ 8.65 16.48 4.24 -
YUV 86.16 98.56 79.39 -
System Red Green Blue C M Y K H S L
Decimal 18 131 34 0.86 0 0.74 0.49 128.5 0.76 0.29
Hex 12 83 22 56 0 4A 31 80 4C 1D
Octal 22 203 42 126 0 112 61 200 114 35
Binary 10010 10000011 100010 1010110 0 1001010 110001 10000000 1001100 11101

Color Harmonies of #128322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128322

Black with #128322

Text Example


Text Example

White with #128322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128322; }

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

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

background-color css

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

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

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

border-color css

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

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

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