Html Css Color HEX #2D5442 Te Papa Green

📋 copy color: '#2D5442'

red 45 ◦ green 84 ◦ blue 66

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

Shades of Te Papa Green #2D5442

Tints of Te Papa Green #2D5442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.08%

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

R = 23.08%
G = 43.08%
B = 33.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#2D5442 (or 0x2D5442) is known color: Te Papa Green. HEX triplet: 2D, 54 and 42. RGB value is (45,84,66). Sum of RGB (Red+Green+Blue) = 45+84+66=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5442 is #D2ABBD. Grayscale: #464646. Windows color (decimal): -13806526 or 4346925. OLE color: 4346925.

HSL color Cylindrical-coordinate representation of color #2D5442: hue angle of 152.31º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D5442 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 84 66 -
CMYK 0.46 0 0.21 0.67
HSL 152.31º 0.3% 0.25% -
HSV(B) 152.31º 0.46% 0.33% -
XYZ 5.24 7.29 6.29 -
YUV 70.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 45 84 66 0.46 0 0.21 0.67 152.31 0.3 0.25
Hex 2D 54 42 2E 0 15 43 98 1E 19
Octal 55 124 102 56 0 25 103 230 36 31
Binary 101101 1010100 1000010 101110 0 10101 1000011 10011000 11110 11001

Color Harmonies of #2D5442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5442

Black with #2D5442

Text Example


Text Example

White with #2D5442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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