Html Css Color HEX #128326 Forest Green

📋 copy color: '#128326'

red 18 ◦ green 131 ◦ blue 38

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

Shades of Forest Green #128326

Tints of Forest Green #128326

RGB

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

 GREEN value IS 131 (51.56% from 255) = 70.05%

 BLUE value IS 38 (15.23% from 255) = 20.32%

R = 9.63%
G = 70.05%
B = 20.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#128326 (or 0x128326) is known color: Forest Green. HEX triplet: 12, 83 and 26. RGB value is (18,131,38). Sum of RGB (Red+Green+Blue) = 18+131+38=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 131 (51.56% from 255 or 70.05% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 131 - color contains mainly: green. Hex color #128326 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128326 is #ED7CD9. Grayscale: #565656. Windows color (decimal): -15563994 or 2523922. OLE color: 2523922.

HSL color Cylindrical-coordinate representation of color #128326: hue angle of 130.62º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128326 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 38 -
CMYK 0.86 0 0.71 0.49
HSL 130.62º 0.76% 0.29% -
HSV(B) 130.62º 0.86% 0.51% -
XYZ 8.72 16.5 4.56 -
YUV 86.61 100.56 79.06 -
System Red Green Blue C M Y K H S L
Decimal 18 131 38 0.86 0 0.71 0.49 130.62 0.76 0.29
Hex 12 83 26 56 0 47 31 83 4C 1D
Octal 22 203 46 126 0 107 61 203 114 35
Binary 10010 10000011 100110 1010110 0 1000111 110001 10000011 1001100 11101

Color Harmonies of #128326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128326

Black with #128326

Text Example


Text Example

White with #128326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128326; }

 p { color: rgb(18,131,38); }

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

background-color css

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

 a { background-color: rgb(18,131,38); }

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

border-color css

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

 span { border-color: rgb(18,131,38); }

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