Html Css Color HEX #2D4A42 Te Papa Green

📋 copy color: '#2D4A42'

red 45 ◦ green 74 ◦ blue 66

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

Shades of Te Papa Green #2D4A42

Tints of Te Papa Green #2D4A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40%

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 24.32%
G = 40%
B = 35.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#2D4A42 (or 0x2D4A42) is known color: Te Papa Green. HEX triplet: 2D, 4A and 42. RGB value is (45,74,66). Sum of RGB (Red+Green+Blue) = 45+74+66=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4A42 is #D2B5BD. Grayscale: #404040. Windows color (decimal): -13809086 or 4344365. OLE color: 4344365.

HSL color Cylindrical-coordinate representation of color #2D4A42: hue angle of 163.45º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D4A42 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 74 66 -
CMYK 0.39 0 0.11 0.71
HSL 163.45º 0.24% 0.23% -
HSV(B) 163.45º 0.39% 0.29% -
XYZ 4.51 5.85 6.05 -
YUV 64.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 45 74 66 0.39 0 0.11 0.71 163.45 0.24 0.23
Hex 2D 4A 42 27 0 B 47 A3 18 17
Octal 55 112 102 47 0 13 107 243 30 27
Binary 101101 1001010 1000010 100111 0 1011 1000111 10100011 11000 10111

Color Harmonies of #2D4A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4A42

Black with #2D4A42

Text Example


Text Example

White with #2D4A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,74,66); }

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

background-color css

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

 a { background-color: rgb(45,74,66); }

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

border-color css

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

 span { border-color: rgb(45,74,66); }

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