Html Css Color HEX #128523 Forest Green

📋 copy color: '#128523'

red 18 ◦ green 133 ◦ blue 35

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

Shades of Forest Green #128523

Tints of Forest Green #128523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.82%

R = 9.68%
G = 71.51%
B = 18.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#128523 (or 0x128523) is known color: Forest Green. HEX triplet: 12, 85 and 23. RGB value is (18,133,35). Sum of RGB (Red+Green+Blue) = 18+133+35=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #128523 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128523 is #ED7ADC. Grayscale: #575757. Windows color (decimal): -15563485 or 2327826. OLE color: 2327826.

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

Color convert

RGB 18 133 35 -
CMYK 0.86 0 0.74 0.48
HSL 128.87º 0.76% 0.3% -
HSV(B) 128.87º 0.86% 0.52% -
XYZ 8.94 17.03 4.41 -
YUV 87.44 98.4 78.47 -
System Red Green Blue C M Y K H S L
Decimal 18 133 35 0.86 0 0.74 0.48 128.87 0.76 0.3
Hex 12 85 23 56 0 4A 30 81 4C 1E
Octal 22 205 43 126 0 112 60 201 114 36
Binary 10010 10000101 100011 1010110 0 1001010 110000 10000001 1001100 11110

Color Harmonies of #128523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128523

Black with #128523

Text Example


Text Example

White with #128523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128523; }

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

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

background-color css

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

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

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

border-color css

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

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

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