Html Css Color HEX #128C35 Forest Green

📋 copy color: '#128C35'

red 18 ◦ green 140 ◦ blue 53

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

Shades of Forest Green #128C35

Tints of Forest Green #128C35

RGB

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

 GREEN value IS 140 (55.08% from 255) = 66.35%

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 8.53%
G = 66.35%
B = 25.12%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#128C35 (or 0x128C35) is known color: Forest Green. HEX triplet: 12, 8C and 35. RGB value is (18,140,53). Sum of RGB (Red+Green+Blue) = 18+140+53=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 140 (55.08% from 255 or 66.35% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 140 - color contains mainly: green. Hex color #128C35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128C35 is #ED73CA. Grayscale: #5D5D5D. Windows color (decimal): -15561675 or 3509266. OLE color: 3509266.

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

Color convert

RGB 18 140 53 -
CMYK 0.87 0 0.62 0.45
HSL 137.21º 0.77% 0.31% -
HSV(B) 137.21º 0.87% 0.55% -
XYZ 10.27 19.14 6.52 -
YUV 93.6 105.08 74.07 -
System Red Green Blue C M Y K H S L
Decimal 18 140 53 0.87 0 0.62 0.45 137.21 0.77 0.31
Hex 12 8C 35 57 0 3E 2D 89 4D 1F
Octal 22 214 65 127 0 76 55 211 115 37
Binary 10010 10001100 110101 1010111 0 111110 101101 10001001 1001101 11111

Color Harmonies of #128C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128C35

Black with #128C35

Text Example


Text Example

White with #128C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,140,53); }

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

background-color css

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

 a { background-color: rgb(18,140,53); }

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

border-color css

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

 span { border-color: rgb(18,140,53); }

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