#268507

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

Shades of Forest Green #268507

Tints of Forest Green #268507

Color information

#268507 (or 0x268507) is unknown color: approx Forest Green. HEX triplet: 26, 85 and 07. RGB value is (38,133,7). Sum of RGB (Red+Green+Blue) = 38+133+7=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 133 (52.34% from 255 or 74.72% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 133 - color contains mainly: green. Hex color #268507 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268507 is #D97AF8. Grayscale: #5A5A5A. Windows color (decimal): -14252793 or 492838. OLE color: 492838.

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

Color convert

RGB381337-
CMYK0.7100.950.48
HSL105.24º90%27.45%-
HSV(B)105.24º94.74%52.16%-
XYZ9.2317.23.04-
YUV90.2381.0390.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 133 (52.34% from 255) = 74.72%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=21.35%
G=74.72%
B=3.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3813370.7100.950.48105.249027.45
Hex268574705F30695a1b
Octal46205710701376015113233
Binary100110100001011111000111010111111100001101001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268507; }

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

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

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

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

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

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

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

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