#269228

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

Shades of Forest Green #269228

Tints of Forest Green #269228

Color information

#269228 (or 0x269228) is unknown color: approx Forest Green. HEX triplet: 26, 92 and 28. RGB value is (38,146,40). Sum of RGB (Red+Green+Blue) = 38+146+40=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 146 (57.42% from 255 or 65.18% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 146 - color contains mainly: green. Hex color #269228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269228 is #D96DD7. Grayscale: #656565. Windows color (decimal): -14249432 or 2658854. OLE color: 2658854.

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

Color convert

RGB3814640-
CMYK0.7400.730.43
HSL121.11º58.7%36.08%-
HSV(B)121.11º73.97%57.25%-
XYZ11.4621.125.48-
YUV101.6293.2282.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 146 (57.42% from 255) = 65.18%
BLUE value IS 40 (16.02% from 255) = 17.86%
R=16.96%
G=65.18%
B=17.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38146400.7400.730.43121.1158.736.08
Hex2692284A0492B793b24
Octal46222501120111531717344
Binary100110100100101010001001010010010011010111111001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269228; }

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

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

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

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

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

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

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

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