Html Css Color HEX #2A5041 Te Papa Green

📋 copy color: '#2A5041'

red 42 ◦ green 80 ◦ blue 65

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

Shades of Te Papa Green #2A5041

Tints of Te Papa Green #2A5041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 22.46%
G = 42.78%
B = 34.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#2A5041 (or 0x2A5041) is known color: Te Papa Green. HEX triplet: 2A, 50 and 41. RGB value is (42,80,65). Sum of RGB (Red+Green+Blue) = 42+80+65=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5041 is #D5AFBE. Grayscale: #424242. Windows color (decimal): -14004159 or 4280362. OLE color: 4280362.

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

Color convert

RGB 42 80 65 -
CMYK 0.48 0 0.19 0.69
HSL 156.32º 0.31% 0.24% -
HSV(B) 156.32º 0.48% 0.31% -
XYZ 4.78 6.61 6.03 -
YUV 66.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 42 80 65 0.48 0 0.19 0.69 156.32 0.31 0.24
Hex 2A 50 41 30 0 13 45 9C 1F 18
Octal 52 120 101 60 0 23 105 234 37 30
Binary 101010 1010000 1000001 110000 0 10011 1000101 10011100 11111 11000

Color Harmonies of #2A5041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5041

Black with #2A5041

Text Example


Text Example

White with #2A5041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,80,65); }

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

background-color css

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

 a { background-color: rgb(42,80,65); }

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

border-color css

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

 span { border-color: rgb(42,80,65); }

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