Html Css Color HEX #128528 Forest Green

📋 copy color: '#128528'

red 18 ◦ green 133 ◦ blue 40

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

Shades of Forest Green #128528

Tints of Forest Green #128528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.94%

R = 9.42%
G = 69.63%
B = 20.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#128528 (or 0x128528) is known color: Forest Green. HEX triplet: 12, 85 and 28. RGB value is (18,133,40). Sum of RGB (Red+Green+Blue) = 18+133+40=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #128528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128528 is #ED7AD7. Grayscale: #585858. Windows color (decimal): -15563480 or 2655506. OLE color: 2655506.

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

Color convert

RGB 18 133 40 -
CMYK 0.86 0 0.70 0.48
HSL 131.48º 0.76% 0.3% -
HSV(B) 131.48º 0.86% 0.52% -
XYZ 9.02 17.06 4.82 -
YUV 88.01 100.9 78.06 -
System Red Green Blue C M Y K H S L
Decimal 18 133 40 0.86 0 0.70 0.48 131.48 0.76 0.3
Hex 12 85 28 56 0 46 30 83 4C 1E
Octal 22 205 50 126 0 106 60 203 114 36
Binary 10010 10000101 101000 1010110 0 1000110 110000 10000011 1001100 11110

Color Harmonies of #128528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128528

Black with #128528

Text Example


Text Example

White with #128528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128528; }

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

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

background-color css

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

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

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

border-color css

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

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

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