#268A10

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

Shades of Forest Green #268A10

Tints of Forest Green #268A10

Color information

#268A10 (or 0x268A10) is unknown color: approx Forest Green. HEX triplet: 26, 8A and 10. RGB value is (38,138,16). Sum of RGB (Red+Green+Blue) = 38+138+16=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #268A10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268A10 is #D975EF. Grayscale: #5E5E5E. Windows color (decimal): -14251504 or 1083942. OLE color: 1083942.

HSL color Cylindrical-coordinate representation of color #268A10: hue angle of 109.18º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #268A10 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB3813816-
CMYK0.7200.880.46
HSL109.18º79.22%30.2%-
HSV(B)109.18º88.41%54.12%-
XYZ9.9818.633.56-
YUV94.1983.8787.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 138 (54.30% from 255) = 71.88%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=19.79%
G=71.88%
B=8.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38138160.7200.880.46109.1879.2230.2
Hex268A10480582E6d4f1e
Octal462122011001305615511736
Binary10011010001010100001001000010110001011101101101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,138,16); }

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

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

 a { background-color: rgb(38,138,16); }

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

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

 span { border-color: rgb(38,138,16); }

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