#269528

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

Shades of Forest Green #269528

Tints of Forest Green #269528

Color information

#269528 (or 0x269528) is unknown color: approx Forest Green. HEX triplet: 26, 95 and 28. RGB value is (38,149,40). Sum of RGB (Red+Green+Blue) = 38+149+40=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 149 (58.59% from 255 or 65.64% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 149 - color contains mainly: green. Hex color #269528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269528 is #D96AD7. Grayscale: #676767. Windows color (decimal): -14248664 or 2659622. OLE color: 2659622.

HSL color Cylindrical-coordinate representation of color #269528: hue angle of 121.08º 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 #269528 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB3814940-
CMYK0.7400.730.42
HSL121.08º59.36%36.67%-
HSV(B)121.08º74.5%58.43%-
XYZ11.9322.065.64-
YUV103.3892.2381.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 149 (58.59% from 255) = 65.64%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=16.74%
G=65.64%
B=17.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38149400.7400.730.42121.0859.3636.67
Hex2695284A0492A793b25
Octal46225501120111521717345
Binary100110100101011010001001010010010011010101111001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269528; }

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

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

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

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

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

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

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

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