#269527

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

Shades of Forest Green #269527

Tints of Forest Green #269527

Color information

#269527 (or 0x269527) is unknown color: approx Forest Green. HEX triplet: 26, 95 and 27. RGB value is (38,149,39). Sum of RGB (Red+Green+Blue) = 38+149+39=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #269527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269527 is #D96AD8. Grayscale: #676767. Windows color (decimal): -14248665 or 2594086. OLE color: 2594086.

HSL color Cylindrical-coordinate representation of color #269527: hue angle of 120.54º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269527 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB3814939-
CMYK0.7400.740.42
HSL120.54º59.36%36.67%-
HSV(B)120.54º74.5%58.43%-
XYZ11.9122.055.55-
YUV103.2791.7381.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 149 (58.59% from 255) = 65.93%
BLUE value IS 39 (15.62% from 255) = 17.26%
R=16.81%
G=65.93%
B=17.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38149390.7400.740.42120.5459.3636.67
Hex2695274A04A2A793b25
Octal46225471120112521717345
Binary100110100101011001111001010010010101010101111001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269527; }

 p { color: rgb(38,149,39); }

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

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

 a { background-color: rgb(38,149,39); }

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

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

 span { border-color: rgb(38,149,39); }

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