#269220

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

Shades of Forest Green #269220

Tints of Forest Green #269220

Color information

#269220 (or 0x269220) is unknown color: approx Forest Green. HEX triplet: 26, 92 and 20. RGB value is (38,146,32). Sum of RGB (Red+Green+Blue) = 38+146+32=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 146 (57.42% from 255 or 67.59% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 146 - color contains mainly: green. Hex color #269220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269220 is #D96DDF. Grayscale: #656565. Windows color (decimal): -14249440 or 2134566. OLE color: 2134566.

HSL color Cylindrical-coordinate representation of color #269220: hue angle of 116.84º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #269220 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB3814632-
CMYK0.7400.780.43
HSL116.84º64.04%34.9%-
HSV(B)116.84º78.08%57.25%-
XYZ11.3421.074.84-
YUV100.7189.2283.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 146 (57.42% from 255) = 67.59%
BLUE value IS 32 (12.89% from 255) = 14.81%
R=17.59%
G=67.59%
B=14.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38146320.7400.780.43116.8464.0434.9
Hex2692204A04E2B754023
Octal462224011201165316510043
Binary1001101001001010000010010100100111010101111101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269220; }

 p { color: rgb(38,146,32); }

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

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

 a { background-color: rgb(38,146,32); }

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

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

 span { border-color: rgb(38,146,32); }

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