#268205

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

Shades of Forest Green #268205

Tints of Forest Green #268205

Color information

#268205 (or 0x268205) is unknown color: approx Forest Green. HEX triplet: 26, 82 and 05. RGB value is (38,130,5). Sum of RGB (Red+Green+Blue) = 38+130+5=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #268205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268205 is #D97DFA. Grayscale: #585858. Windows color (decimal): -14253563 or 360998. OLE color: 360998.

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

Color convert

RGB381305-
CMYK0.7100.960.49
HSL104.16º92.59%26.47%-
HSV(B)104.16º96.15%50.98%-
XYZ8.8116.392.84-
YUV88.2481.0292.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 130 (51.17% from 255) = 75.14%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=21.97%
G=75.14%
B=2.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3813050.7100.960.49104.1692.5926.47
Hex268254706031685d1a
Octal46202510701406115013532
Binary100110100000101011000111011000001100011101000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268205; }

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

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

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

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

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

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

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

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