#2C5F3A

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

Shades of Hunter Green #2C5F3A

Tints of Hunter Green #2C5F3A

Color information

#2C5F3A (or 0x2C5F3A) is unknown color: approx Hunter Green. HEX triplet: 2C, 5F and 3A. RGB value is (44,95,58). Sum of RGB (Red+Green+Blue) = 44+95+58=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #2C5F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5F3A is #D3A0C5. Grayscale: #4B4B4B. Windows color (decimal): -13869254 or 3825452. OLE color: 3825452.

HSL color Cylindrical-coordinate representation of color #2C5F3A: hue angle of 136.47º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C5F3A is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB449558-
CMYK0.5400.390.63
HSL136.47º36.69%27.25%-
HSV(B)136.47º53.68%37.25%-
XYZ5.899.035.43-
YUV75.53118.1105.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.34%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=22.34%
G=48.22%
B=29.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4495580.5400.390.63136.4736.6927.25
Hex2C5F3A360273F88251b
Octal541377266047772104533
Binary101100101111111101011011001001111111111000100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,95,58); }

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

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

 a { background-color: rgb(44,95,58); }

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

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

 span { border-color: rgb(44,95,58); }

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