#268423

Color #268423 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #268423

Tints of Forest Green #268423

Color information

#268423 (or 0x268423) is unknown color: approx Forest Green. HEX triplet: 26, 84 and 23. RGB value is (38,132,35). Sum of RGB (Red+Green+Blue) = 38+132+35=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #268423 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268423 is #D97BDC. Grayscale: #5D5D5D. Windows color (decimal): -14253021 or 2327590. OLE color: 2327590.

HSL color Cylindrical-coordinate representation of color #268423: hue angle of 118.14º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268423 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB3813235-
CMYK0.7100.730.48
HSL118.14º58.08%32.75%-
HSV(B)118.14º73.48%51.76%-
XYZ9.3517.044.39-
YUV92.8495.3688.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 132 (51.95% from 255) = 64.39%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=18.54%
G=64.39%
B=17.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38132350.7100.730.48118.1458.0832.75
Hex2684234704930763a21
Octal46204431070111601667241
Binary100110100001001000111000111010010011100001110110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268423; }

 p { color: rgb(38,132,35); }

 H1.HeaderClassName
 {
   color: #268423;
 }
 .AnyTagClassName
 {
   color: #268423;
 }
</style>
background-color css

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

 a { background-color: rgb(38,132,35); }

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

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

 span { border-color: rgb(38,132,35); }

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