Html Css Color HEX #2D4E42 Te Papa Green

📋 copy color: '#2D4E42'

red 45 ◦ green 78 ◦ blue 66

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

Shades of Te Papa Green #2D4E42

Tints of Te Papa Green #2D4E42

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.27%

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

R = 23.81%
G = 41.27%
B = 34.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#2D4E42 (or 0x2D4E42) is known color: Te Papa Green. HEX triplet: 2D, 4E and 42. RGB value is (45,78,66). Sum of RGB (Red+Green+Blue) = 45+78+66=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4E42 is #D2B1BD. Grayscale: #424242. Windows color (decimal): -13808062 or 4345389. OLE color: 4345389.

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

Color convert

RGB 45 78 66 -
CMYK 0.42 0 0.15 0.69
HSL 158.18º 0.27% 0.24% -
HSV(B) 158.18º 0.42% 0.31% -
XYZ 4.79 6.4 6.14 -
YUV 66.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 45 78 66 0.42 0 0.15 0.69 158.18 0.27 0.24
Hex 2D 4E 42 2A 0 F 45 9E 1B 18
Octal 55 116 102 52 0 17 105 236 33 30
Binary 101101 1001110 1000010 101010 0 1111 1000101 10011110 11011 11000

Color Harmonies of #2D4E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4E42

Black with #2D4E42

Text Example


Text Example

White with #2D4E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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