Html Css Color HEX #2A5542 Te Papa Green

📋 copy color: '#2A5542'

red 42 ◦ green 85 ◦ blue 66

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

Shades of Te Papa Green #2A5542

Tints of Te Papa Green #2A5542

RGB

 RED value IS 42 (16.8% from 255) = 21.76%

 GREEN value IS 85 (33.59% from 255) = 44.04%

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

R = 21.76%
G = 44.04%
B = 34.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#2A5542 (or 0x2A5542) is known color: Te Papa Green. HEX triplet: 2A, 55 and 42. RGB value is (42,85,66). Sum of RGB (Red+Green+Blue) = 42+85+66=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #2A5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5542 is #D5AABD. Grayscale: #464646. Windows color (decimal): -14002878 or 4347178. OLE color: 4347178.

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

Color convert

RGB 42 85 66 -
CMYK 0.51 0 0.22 0.67
HSL 153.49º 0.34% 0.25% -
HSV(B) 153.49º 0.51% 0.33% -
XYZ 5.19 7.38 6.31 -
YUV 69.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 42 85 66 0.51 0 0.22 0.67 153.49 0.34 0.25
Hex 2A 55 42 33 0 16 43 99 22 19
Octal 52 125 102 63 0 26 103 231 42 31
Binary 101010 1010101 1000010 110011 0 10110 1000011 10011001 100010 11001

Color Harmonies of #2A5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5542

Black with #2A5542

Text Example


Text Example

White with #2A5542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,85,66); }

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

background-color css

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

 a { background-color: rgb(42,85,66); }

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

border-color css

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

 span { border-color: rgb(42,85,66); }

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