#2D9501

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

Shades of Forest Green #2D9501

Tints of Forest Green #2D9501

Color information

#2D9501 (or 0x2D9501) is unknown color: approx Forest Green. HEX triplet: 2D, 95 and 01. RGB value is (45,149,1). Sum of RGB (Red+Green+Blue) = 45+149+1=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 149 (58.59% from 255 or 76.41% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9501 is #D26AFE. Grayscale: #656565. Windows color (decimal): -13789951 or 103725. OLE color: 103725.

HSL color Cylindrical-coordinate representation of color #2D9501: hue angle of 102.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D9501 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB451491-
CMYK0.7000.990.42
HSL102.16º98.67%29.41%-
HSV(B)102.16º99.33%58.43%-
XYZ11.8422.053.66-
YUV101.0371.5488.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.08%
GREEN value IS 149 (58.59% from 255) = 76.41%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=23.08%
G=76.41%
B=0.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4514910.7000.990.42102.1698.6729.41
Hex2D951460632A66631d
Octal55225110601435214614335
Binary1011011001010111000110011000111010101100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D9501; }

 p { color: rgb(45,149,1); }

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

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

 a { background-color: rgb(45,149,1); }

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

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

 span { border-color: rgb(45,149,1); }

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