#2D493D

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

Shades of Te Papa Green #2D493D

Tints of Te Papa Green #2D493D

Color information

#2D493D (or 0x2D493D) is unknown color: approx Te Papa Green. HEX triplet: 2D, 49 and 3D. RGB value is (45,73,61). Sum of RGB (Red+Green+Blue) = 45+73+61=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 73 - color contains mainly: green. Hex color #2D493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D493D is #D2B6C2. Grayscale: #3F3F3F. Windows color (decimal): -13809347 or 4016429. OLE color: 4016429.

HSL color Cylindrical-coordinate representation of color #2D493D: hue angle of 154.29º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D493D is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB457361-
CMYK0.3800.160.71
HSL154.29º23.73%23.14%-
HSV(B)154.29º38.36%28.63%-
XYZ4.315.665.28-
YUV63.26126.72114.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.14%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 61 (24.22% from 255) = 34.08%
R=25.14%
G=40.78%
B=34.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4573610.3800.160.71154.2923.7323.14
Hex2D493D26010479a1817
Octal5511175460201072323027
Binary10110110010011111011001100100001000111100110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,73,61); }

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

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

 a { background-color: rgb(45,73,61); }

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

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

 span { border-color: rgb(45,73,61); }

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