#268B25

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

Shades of Forest Green #268B25

Tints of Forest Green #268B25

Color information

#268B25 (or 0x268B25) is unknown color: approx Forest Green. HEX triplet: 26, 8B and 25. RGB value is (38,139,37). Sum of RGB (Red+Green+Blue) = 38+139+37=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 139 (54.69% from 255 or 64.95% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 139 - color contains mainly: green. Hex color #268B25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268B25 is #D974DA. Grayscale: #616161. Windows color (decimal): -14251227 or 2460454. OLE color: 2460454.

HSL color Cylindrical-coordinate representation of color #268B25: hue angle of 119.41º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268B25 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB3813937-
CMYK0.7300.730.45
HSL119.41º57.95%34.51%-
HSV(B)119.41º73.38%54.51%-
XYZ10.3719.014.87-
YUV97.1794.0485.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 139 (54.69% from 255) = 64.95%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=17.76%
G=64.95%
B=17.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38139370.7300.730.45119.4157.9534.51
Hex268B25490492D773a23
Octal46213451110111551677243
Binary100110100010111001011001001010010011011011110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268B25; }

 p { color: rgb(38,139,37); }

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

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

 a { background-color: rgb(38,139,37); }

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

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

 span { border-color: rgb(38,139,37); }

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