#2D5045

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

Shades of Te Papa Green #2D5045

Tints of Te Papa Green #2D5045

Color information

#2D5045 (or 0x2D5045) is unknown color: approx Te Papa Green. HEX triplet: 2D, 50 and 45. RGB value is (45,80,69). Sum of RGB (Red+Green+Blue) = 45+80+69=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #2D5045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5045 is #D2AFBA. Grayscale: #444444. Windows color (decimal): -13807547 or 4542509. OLE color: 4542509.

HSL color Cylindrical-coordinate representation of color #2D5045: hue angle of 161.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D5045 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB458069-
CMYK0.4400.140.69
HSL161.14º28%24.51%-
HSV(B)161.14º43.75%31.37%-
XYZ5.036.726.66-
YUV68.28128.4111.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.20%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=23.20%
G=41.24%
B=35.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4580690.4400.140.69161.142824.51
Hex2D50452C0E45a11c19
Octal55120105540161052413431
Binary10110110100001000101101100011101000101101000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,80,69); }

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

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

 a { background-color: rgb(45,80,69); }

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

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

 span { border-color: rgb(45,80,69); }

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