#268312

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

Shades of Forest Green #268312

Tints of Forest Green #268312

Color information

#268312 (or 0x268312) is unknown color: approx Forest Green. HEX triplet: 26, 83 and 12. RGB value is (38,131,18). Sum of RGB (Red+Green+Blue) = 38+131+18=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 131 (51.56% from 255 or 70.05% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 131 - color contains mainly: green. Hex color #268312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268312 is #D97CED. Grayscale: #5A5A5A. Windows color (decimal): -14253294 or 1213222. OLE color: 1213222.

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

Color convert

RGB3813118-
CMYK0.7100.860.49
HSL109.38º75.84%29.22%-
HSV(B)109.38º86.26%51.37%-
XYZ9.0216.693.32-
YUV90.3187.1990.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 131 (51.56% from 255) = 70.05%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=20.32%
G=70.05%
B=9.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38131180.7100.860.49109.3875.8429.22
Hex26831247056316d4c1d
Octal462032210701266115511435
Binary10011010000011100101000111010101101100011101101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268312; }

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

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

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

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

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

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

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

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