#269D10

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

Shades of Forest Green #269D10

Tints of Forest Green #269D10

Color information

#269D10 (or 0x269D10) is unknown color: approx Forest Green. HEX triplet: 26, 9D and 10. RGB value is (38,157,16). Sum of RGB (Red+Green+Blue) = 38+157+16=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 157 (61.72% from 255 or 74.41% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 157 - color contains mainly: green. Hex color #269D10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269D10 is #D962EF. Grayscale: #696969. Windows color (decimal): -14246640 or 1088806. OLE color: 1088806.

HSL color Cylindrical-coordinate representation of color #269D10: hue angle of 110.64º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #269D10 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB3815716-
CMYK0.7600.900.38
HSL110.64º81.5%33.92%-
HSV(B)110.64º89.81%61.57%-
XYZ12.9524.564.55-
YUV105.3477.5879.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 157 (61.72% from 255) = 74.41%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=18.01%
G=74.41%
B=7.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38157160.7600.900.38110.6481.533.92
Hex269D104C05A266f5222
Octal462352011401324615712242
Binary100110100111011000010011000101101010011011011111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269D10; }

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

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

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

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

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

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

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

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