Html Css Color HEX #2D5648 Te Papa Green

📋 copy color: '#2D5648'

red 45 ◦ green 86 ◦ blue 72

#2D5648
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #2D5648

Tints of Te Papa Green #2D5648

RGB

 RED value IS 45 (17.97% from 255) = 22.17%

 GREEN value IS 86 (33.98% from 255) = 42.36%

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 22.17%
G = 42.36%
B = 35.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#2D5648 (or 0x2D5648) is known color: Te Papa Green. HEX triplet: 2D, 56 and 48. RGB value is (45,86,72). Sum of RGB (Red+Green+Blue) = 45+86+72=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5648 is #D2A9B7. Grayscale: #484848. Windows color (decimal): -13806008 or 4740653. OLE color: 4740653.

HSL color Cylindrical-coordinate representation of color #2D5648: hue angle of 159.51º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D5648 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 45 86 72 -
CMYK 0.48 0 0.16 0.66
HSL 159.51º 0.31% 0.26% -
HSV(B) 159.51º 0.48% 0.34% -
XYZ 5.58 7.68 7.32 -
YUV 72.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 45 86 72 0.48 0 0.16 0.66 159.51 0.31 0.26
Hex 2D 56 48 30 0 10 42 A0 1F 1A
Octal 55 126 110 60 0 20 102 240 37 32
Binary 101101 1010110 1001000 110000 0 10000 1000010 10100000 11111 11010

Color Harmonies of #2D5648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5648

Black with #2D5648

Text Example


Text Example

White with #2D5648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,86,72); }

 H1.HeaderClassName
 {
   color: #2D5648;
 }
 .AnyTagClassName
 {
   color: #2D5648;
 }
</style>

background-color css

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

 a { background-color: rgb(45,86,72); }

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

border-color css

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

 span { border-color: rgb(45,86,72); }

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