#268007

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

Shades of Forest Green #268007

Tints of Forest Green #268007

Color information

#268007 (or 0x268007) is unknown color: approx Forest Green. HEX triplet: 26, 80 and 07. RGB value is (38,128,7). Sum of RGB (Red+Green+Blue) = 38+128+7=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #268007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268007 is #D97FF8. Grayscale: #575757. Windows color (decimal): -14254073 or 491558. OLE color: 491558.

HSL color Cylindrical-coordinate representation of color #268007: hue angle of 104.63º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #268007 is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB381287-
CMYK0.7000.950.50
HSL104.63º89.63%26.47%-
HSV(B)104.63º94.53%50.2%-
XYZ8.5615.872.81-
YUV87.382.6892.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 128 (50.39% from 255) = 73.99%
BLUE value IS 7 (3.12% from 255) = 4.05%
R=21.97%
G=73.99%
B=4.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3812870.7000.950.50104.6389.6326.47
Hex268074605F32695a1a
Octal46200710601376215113232
Binary100110100000001111000110010111111100101101001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268007; }

 p { color: rgb(38,128,7); }

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

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

 a { background-color: rgb(38,128,7); }

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

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

 span { border-color: rgb(38,128,7); }

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