#2C9501

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

Shades of Forest Green #2C9501

Tints of Forest Green #2C9501

Color information

#2C9501 (or 0x2C9501) is unknown color: approx Forest Green. HEX triplet: 2C, 95 and 01. RGB value is (44,149,1). Sum of RGB (Red+Green+Blue) = 44+149+1=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 149 (58.59% from 255 or 76.80% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 149 - color contains mainly: green. Hex color #2C9501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9501 is #D36AFE. Grayscale: #656565. Windows color (decimal): -13855487 or 103724. OLE color: 103724.

HSL color Cylindrical-coordinate representation of color #2C9501: hue angle of 102.57º 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 #2C9501 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB441491-
CMYK0.7000.990.42
HSL102.57º98.67%29.41%-
HSV(B)102.57º99.33%58.43%-
XYZ11.7922.033.66-
YUV100.7371.7187.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.68%
GREEN value IS 149 (58.59% from 255) = 76.80%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=22.68%
G=76.80%
B=0.52%

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
Decimal4414910.7000.990.42102.5798.6729.41
Hex2C951460632A67631d
Octal54225110601435214714335
Binary1011001001010111000110011000111010101100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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