Html Css Color HEX #2D5047 Te Papa Green

📋 copy color: '#2D5047'

red 45 ◦ green 80 ◦ blue 71

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

Shades of Te Papa Green #2D5047

Tints of Te Papa Green #2D5047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.82%

 BLUE value IS 71 (28.13% from 255) = 36.22%

R = 22.96%
G = 40.82%
B = 36.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#2D5047 (or 0x2D5047) is known color: Te Papa Green. HEX triplet: 2D, 50 and 47. RGB value is (45,80,71). Sum of RGB (Red+Green+Blue) = 45+80+71=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #2D5047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5047 is #D2AFB8. Grayscale: #444444. Windows color (decimal): -13807545 or 4673581. OLE color: 4673581.

HSL color Cylindrical-coordinate representation of color #2D5047: hue angle of 164.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D5047 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 80 71 -
CMYK 0.44 0 0.11 0.69
HSL 164.57º 0.28% 0.25% -
HSV(B) 164.57º 0.44% 0.31% -
XYZ 5.09 6.75 7 -
YUV 68.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 45 80 71 0.44 0 0.11 0.69 164.57 0.28 0.25
Hex 2D 50 47 2C 0 B 45 A5 1C 19
Octal 55 120 107 54 0 13 105 245 34 31
Binary 101101 1010000 1000111 101100 0 1011 1000101 10100101 11100 11001

Color Harmonies of #2D5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5047

Black with #2D5047

Text Example


Text Example

White with #2D5047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,80,71); }

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

background-color css

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

 a { background-color: rgb(45,80,71); }

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

border-color css

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

 span { border-color: rgb(45,80,71); }

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