#2D473F

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

Shades of Te Papa Green #2D473F

Tints of Te Papa Green #2D473F

Color information

#2D473F (or 0x2D473F) is unknown color: approx Te Papa Green. HEX triplet: 2D, 47 and 3F. RGB value is (45,71,63). Sum of RGB (Red+Green+Blue) = 45+71+63=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #2D473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D473F is #D2B8C0. Grayscale: #3E3E3E. Windows color (decimal): -13809857 or 4146989. OLE color: 4146989.

HSL color Cylindrical-coordinate representation of color #2D473F: hue angle of 161.54º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D473F is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB457163-
CMYK0.3700.110.72
HSL161.54º22.41%22.75%-
HSV(B)161.54º36.62%27.84%-
XYZ4.235.425.53-
YUV62.31128.39115.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.14%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 63 (25% from 255) = 35.20%
R=25.14%
G=39.66%
B=35.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4571630.3700.110.72161.5422.4122.75
Hex2D473F250B48a21617
Octal5510777450131102422627
Binary1011011000111111111100101010111001000101000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,63); }

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

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

 a { background-color: rgb(45,71,63); }

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

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

 span { border-color: rgb(45,71,63); }

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