#2D4F3F

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

Shades of Te Papa Green #2D4F3F

Tints of Te Papa Green #2D4F3F

Color information

#2D4F3F (or 0x2D4F3F) is unknown color: approx Te Papa Green. HEX triplet: 2D, 4F and 3F. RGB value is (45,79,63). Sum of RGB (Red+Green+Blue) = 45+79+63=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4F3F is #D2B0C0. Grayscale: #434343. Windows color (decimal): -13807809 or 4149037. OLE color: 4149037.

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

Color convert

RGB457963-
CMYK0.4300.200.69
HSL151.76º27.42%24.31%-
HSV(B)151.76º43.04%30.98%-
XYZ4.786.515.71-
YUV67.01125.74112.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.06%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 63 (25% from 255) = 33.69%
R=24.06%
G=42.25%
B=33.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4579630.4300.200.69151.7627.4224.31
Hex2D4F3F2B01445981b18
Octal5511777530241052303330
Binary10110110011111111111010110101001000101100110001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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