#268200

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

Shades of Forest Green #268200

Tints of Forest Green #268200

Color information

#268200 (or 0x268200) is unknown color: approx Forest Green. HEX triplet: 26, 82 and 00. RGB value is (38,130,0). Sum of RGB (Red+Green+Blue) = 38+130+0=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 130 (51.17% from 255 or 77.38% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 130 - color contains mainly: green. Hex color #268200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268200 is #D97DFF. Grayscale: #585858. Windows color (decimal): -14253568 or 33318. OLE color: 33318.

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

Color convert

RGB381300-
CMYK0.71010.49
HSL102.46º100%25.49%-
HSV(B)102.46º100%50.98%-
XYZ8.7816.382.7-
YUV87.6778.5292.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 130 (51.17% from 255) = 77.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.62%
G=77.38%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3813000.71010.49102.4610025.49
Hex268204706431666419
Octal46202010701446114614431
Binary1001101000001001000111011001001100011100110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268200; }

 p { color: rgb(38,130,0); }

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

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

 a { background-color: rgb(38,130,0); }

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

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

 span { border-color: rgb(38,130,0); }

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