#2D4E3F

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

Shades of Te Papa Green #2D4E3F

Tints of Te Papa Green #2D4E3F

Color information

#2D4E3F (or 0x2D4E3F) is unknown color: approx Te Papa Green. HEX triplet: 2D, 4E and 3F. RGB value is (45,78,63). Sum of RGB (Red+Green+Blue) = 45+78+63=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4E3F is #D2B1C0. Grayscale: #424242. Windows color (decimal): -13808065 or 4148781. OLE color: 4148781.

HSL color Cylindrical-coordinate representation of color #2D4E3F: hue angle of 152.73º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D4E3F is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB457863-
CMYK0.4200.190.69
HSL152.73º26.83%24.12%-
HSV(B)152.73º42.31%30.59%-
XYZ4.76.375.68-
YUV66.42126.07112.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.19%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 63 (25% from 255) = 33.87%
R=24.19%
G=41.94%
B=33.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4578630.4200.190.69152.7326.8324.12
Hex2D4E3F2A01345991b18
Octal5511677520231052313330
Binary10110110011101111111010100100111000101100110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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