#269530

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

Shades of Forest Green #269530

Tints of Forest Green #269530

Color information

#269530 (or 0x269530) is unknown color: approx Forest Green. HEX triplet: 26, 95 and 30. RGB value is (38,149,48). Sum of RGB (Red+Green+Blue) = 38+149+48=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #269530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269530 is #D96ACF. Grayscale: #686868. Windows color (decimal): -14248656 or 3183910. OLE color: 3183910.

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

Color convert

RGB3814948-
CMYK0.7400.680.42
HSL125.41º59.36%36.67%-
HSV(B)125.41º74.5%58.43%-
XYZ12.0822.126.43-
YUV104.396.2380.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 149 (58.59% from 255) = 63.40%
BLUE value IS 48 (19.14% from 255) = 20.43%
R=16.17%
G=63.40%
B=20.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38149480.7400.680.42125.4159.3636.67
Hex2695304A0442A7d3b25
Octal46225601120104521757345
Binary100110100101011100001001010010001001010101111101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269530; }

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

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

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

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

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

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

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

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