#2D4A3F

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

Shades of Te Papa Green #2D4A3F

Tints of Te Papa Green #2D4A3F

Color information

#2D4A3F (or 0x2D4A3F) is unknown color: approx Te Papa Green. HEX triplet: 2D, 4A and 3F. RGB value is (45,74,63). Sum of RGB (Red+Green+Blue) = 45+74+63=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4A3F is #D2B5C0. Grayscale: #404040. Windows color (decimal): -13809089 or 4147757. OLE color: 4147757.

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

Color convert

RGB457463-
CMYK0.3900.150.71
HSL157.24º24.37%23.33%-
HSV(B)157.24º39.19%29.02%-
XYZ4.435.815.59-
YUV64.07127.39114.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.73%
GREEN value IS 74 (29.30% from 255) = 40.66%
BLUE value IS 63 (25% from 255) = 34.62%
R=24.73%
G=40.66%
B=34.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4574630.3900.150.71157.2424.3723.33
Hex2D4A3F270F479d1817
Octal5511277470171072353027
Binary1011011001010111111100111011111000111100111011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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