#2D4B3F

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

Shades of Te Papa Green #2D4B3F

Tints of Te Papa Green #2D4B3F

Color information

#2D4B3F (or 0x2D4B3F) is unknown color: approx Te Papa Green. HEX triplet: 2D, 4B and 3F. RGB value is (45,75,63). Sum of RGB (Red+Green+Blue) = 45+75+63=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4B3F is #D2B4C0. Grayscale: #404040. Windows color (decimal): -13808833 or 4148013. OLE color: 4148013.

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

Color convert

RGB457563-
CMYK0.4000.160.71
HSL156º25%23.53%-
HSV(B)156º40%29.41%-
XYZ4.55.955.61-
YUV64.66127.06113.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.59%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 63 (25% from 255) = 34.43%
R=24.59%
G=40.98%
B=34.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4575630.4000.160.711562523.53
Hex2D4B3F28010479c1918
Octal5511377500201072343130
Binary10110110010111111111010000100001000111100111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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