#2D413B

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

Shades of Te Papa Green #2D413B

Tints of Te Papa Green #2D413B

Color information

#2D413B (or 0x2D413B) is unknown color: approx Te Papa Green. HEX triplet: 2D, 41 and 3B. RGB value is (45,65,59). Sum of RGB (Red+Green+Blue) = 45+65+59=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #2D413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D413B is #D2BEC4. Grayscale: #3A3A3A. Windows color (decimal): -13811397 or 3883309. OLE color: 3883309.

HSL color Cylindrical-coordinate representation of color #2D413B: hue angle of 162º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D413B is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB456559-
CMYK0.3100.090.75
HSL162º18.18%21.57%-
HSV(B)162º30.77%25.49%-
XYZ3.764.654.84-
YUV58.34128.37118.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.63%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=26.63%
G=38.46%
B=34.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565590.3100.090.7516218.1821.57
Hex2D413B1F094Ba21216
Octal5510173370111132422226
Binary101101100000111101111111010011001011101000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,65,59); }

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

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

 a { background-color: rgb(45,65,59); }

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

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

 span { border-color: rgb(45,65,59); }

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