Html Css Color HEX #128530 Forest Green

📋 copy color: '#128530'

red 18 ◦ green 133 ◦ blue 48

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

Shades of Forest Green #128530

Tints of Forest Green #128530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 9.05%
G = 66.83%
B = 24.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#128530 (or 0x128530) is known color: Forest Green. HEX triplet: 12, 85 and 30. RGB value is (18,133,48). Sum of RGB (Red+Green+Blue) = 18+133+48=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #128530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128530 is #ED7ACF. Grayscale: #595959. Windows color (decimal): -15563472 or 3179794. OLE color: 3179794.

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

Color convert

RGB 18 133 48 -
CMYK 0.86 0 0.64 0.48
HSL 135.65º 0.76% 0.3% -
HSV(B) 135.65º 0.86% 0.52% -
XYZ 9.17 17.12 5.62 -
YUV 88.93 104.9 77.41 -
System Red Green Blue C M Y K H S L
Decimal 18 133 48 0.86 0 0.64 0.48 135.65 0.76 0.3
Hex 12 85 30 56 0 40 30 88 4C 1E
Octal 22 205 60 126 0 100 60 210 114 36
Binary 10010 10000101 110000 1010110 0 1000000 110000 10001000 1001100 11110

Color Harmonies of #128530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128530

Black with #128530

Text Example


Text Example

White with #128530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128530; }

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

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

background-color css

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

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

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

border-color css

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

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

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