Html Css Color HEX #128E30 Forest Green

📋 copy color: '#128E30'

red 18 ◦ green 142 ◦ blue 48

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

Shades of Forest Green #128E30

Tints of Forest Green #128E30

RGB

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

 GREEN value IS 142 (55.86% from 255) = 68.27%

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

R = 8.65%
G = 68.27%
B = 23.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#128E30 (or 0x128E30) is known color: Forest Green. HEX triplet: 12, 8E and 30. RGB value is (18,142,48). Sum of RGB (Red+Green+Blue) = 18+142+48=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 142 (55.86% from 255 or 68.27% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 142 - color contains mainly: green. Hex color #128E30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128E30 is #ED71CF. Grayscale: #5E5E5E. Windows color (decimal): -15561168 or 3182098. OLE color: 3182098.

HSL color Cylindrical-coordinate representation of color #128E30: hue angle of 134.52º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128E30 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 142 48 -
CMYK 0.87 0 0.66 0.44
HSL 134.52º 0.78% 0.31% -
HSV(B) 134.52º 0.87% 0.56% -
XYZ 10.46 19.69 6.05 -
YUV 94.21 101.92 73.64 -
System Red Green Blue C M Y K H S L
Decimal 18 142 48 0.87 0 0.66 0.44 134.52 0.78 0.31
Hex 12 8E 30 57 0 42 2C 87 4E 1F
Octal 22 216 60 127 0 102 54 207 116 37
Binary 10010 10001110 110000 1010111 0 1000010 101100 10000111 1001110 11111

Color Harmonies of #128E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128E30

Black with #128E30

Text Example


Text Example

White with #128E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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