#2A993C

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

Shades of Forest Green #2A993C

Tints of Forest Green #2A993C

Color information

#2A993C (or 0x2A993C) is unknown color: approx Forest Green. HEX triplet: 2A, 99 and 3C. RGB value is (42,153,60). Sum of RGB (Red+Green+Blue) = 42+153+60=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #2A993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A993C is #D566C3. Grayscale: #6D6D6D. Windows color (decimal): -13985476 or 3971370. OLE color: 3971370.

HSL color Cylindrical-coordinate representation of color #2A993C: hue angle of 129.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A993C is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB4215360-
CMYK0.7300.610.4
HSL129.73º56.92%38.24%-
HSV(B)129.73º72.55%60%-
XYZ13.1623.68.14-
YUV109.21100.2380.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.47%
GREEN value IS 153 (60.16% from 255) = 60%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=16.47%
G=60%
B=23.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42153600.7300.610.4129.7356.9238.24
Hex2A993C4903D28823926
Octal5223174111075502027146
Binary101010100110011111001001001011110110100010000010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,153,60); }

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

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

 a { background-color: rgb(42,153,60); }

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

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

 span { border-color: rgb(42,153,60); }

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