Html Css Color HEX #2D5644 Te Papa Green

📋 copy color: '#2D5644'

red 45 ◦ green 86 ◦ blue 68

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

Shades of Te Papa Green #2D5644

Tints of Te Papa Green #2D5644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 22.61%
G = 43.22%
B = 34.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#2D5644 (or 0x2D5644) is known color: Te Papa Green. HEX triplet: 2D, 56 and 44. RGB value is (45,86,68). Sum of RGB (Red+Green+Blue) = 45+86+68=199 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.61% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5644 is #D2A9BB. Grayscale: #474747. Windows color (decimal): -13806012 or 4478509. OLE color: 4478509.

HSL color Cylindrical-coordinate representation of color #2D5644: hue angle of 153.66º 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 #2D5644 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 45 86 68 -
CMYK 0.48 0 0.21 0.66
HSL 153.66º 0.31% 0.26% -
HSV(B) 153.66º 0.48% 0.34% -
XYZ 5.45 7.63 6.65 -
YUV 71.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 45 86 68 0.48 0 0.21 0.66 153.66 0.31 0.26
Hex 2D 56 44 30 0 15 42 9A 1F 1A
Octal 55 126 104 60 0 25 102 232 37 32
Binary 101101 1010110 1000100 110000 0 10101 1000010 10011010 11111 11010

Color Harmonies of #2D5644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5644

Black with #2D5644

Text Example


Text Example

White with #2D5644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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