Html Css Color HEX #128421 Forest Green

📋 copy color: '#128421'

red 18 ◦ green 132 ◦ blue 33

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

Shades of Forest Green #128421

Tints of Forest Green #128421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 72.13%

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

R = 9.84%
G = 72.13%
B = 18.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#128421 (or 0x128421) is known color: Forest Green. HEX triplet: 12, 84 and 21. RGB value is (18,132,33). Sum of RGB (Red+Green+Blue) = 18+132+33=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 132 (51.95% from 255 or 72.13% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 132 - color contains mainly: green. Hex color #128421 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128421 is #ED7BDE. Grayscale: #565656. Windows color (decimal): -15563743 or 2196498. OLE color: 2196498.

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

Color convert

RGB 18 132 33 -
CMYK 0.86 0 0.75 0.48
HSL 127.89º 0.76% 0.29% -
HSV(B) 127.89º 0.86% 0.52% -
XYZ 8.78 16.74 4.21 -
YUV 86.63 97.73 79.05 -
System Red Green Blue C M Y K H S L
Decimal 18 132 33 0.86 0 0.75 0.48 127.89 0.76 0.29
Hex 12 84 21 56 0 4B 30 80 4C 1D
Octal 22 204 41 126 0 113 60 200 114 35
Binary 10010 10000100 100001 1010110 0 1001011 110000 10000000 1001100 11101

Color Harmonies of #128421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128421

Black with #128421

Text Example


Text Example

White with #128421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128421; }

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

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

background-color css

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

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

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

border-color css

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

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

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