Html Css Color HEX #128522 Forest Green

📋 copy color: '#128522'

red 18 ◦ green 133 ◦ blue 34

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

Shades of Forest Green #128522

Tints of Forest Green #128522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 71.89%

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

R = 9.73%
G = 71.89%
B = 18.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#128522 (or 0x128522) is known color: Forest Green. HEX triplet: 12, 85 and 22. RGB value is (18,133,34). Sum of RGB (Red+Green+Blue) = 18+133+34=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #128522 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128522 is #ED7ADD. Grayscale: #575757. Windows color (decimal): -15563486 or 2262290. OLE color: 2262290.

HSL color Cylindrical-coordinate representation of color #128522: hue angle of 128.35º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128522 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 34 -
CMYK 0.86 0 0.74 0.48
HSL 128.35º 0.76% 0.3% -
HSV(B) 128.35º 0.86% 0.52% -
XYZ 8.93 17.02 4.33 -
YUV 87.33 97.9 78.55 -
System Red Green Blue C M Y K H S L
Decimal 18 133 34 0.86 0 0.74 0.48 128.35 0.76 0.3
Hex 12 85 22 56 0 4A 30 80 4C 1E
Octal 22 205 42 126 0 112 60 200 114 36
Binary 10010 10000101 100010 1010110 0 1001010 110000 10000000 1001100 11110

Color Harmonies of #128522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128522

Black with #128522

Text Example


Text Example

White with #128522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128522; }

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

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

background-color css

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

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

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

border-color css

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

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

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