#26a531

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

Shades of Forest Green #26A531

Tints of Forest Green #26A531

Color information

#26A531 (or 0x26A531) is unknown color: approx Forest Green. HEX triplet: 26, A5 and 31. RGB value is (38,165,49). Sum of RGB (Red+Green+Blue) = 38+165+49=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 165 (64.84% from 255 or 65.48% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 165 - color contains mainly: green. Hex color #26A531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26A531 is #D95ACE. Grayscale: #727272. Windows color (decimal): -14244559 or 3253542. OLE color: 3253542.

HSL color Cylindrical-coordinate representation of color #26A531: hue angle of 125.2º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A531 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB3816549-
CMYK0.7700.700.35
HSL125.2º62.56%39.8%-
HSV(B)125.2º76.97%64.71%-
XYZ14.8127.547.44-
YUV113.891.4273.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 165 (64.84% from 255) = 65.48%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=15.08%
G=65.48%
B=19.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38165490.7700.700.35125.262.5639.8
Hex26A5314D046237d3f28
Octal46245611150106431757750
Binary100110101001011100011001101010001101000111111101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26a531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26a531; }

 p { color: rgb(38,165,49); }

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

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

 a { background-color: rgb(38,165,49); }

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

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

 span { border-color: rgb(38,165,49); }

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