Html Css Color HEX #2A4E41 Te Papa Green

📋 copy color: '#2A4E41'

red 42 ◦ green 78 ◦ blue 65

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

Shades of Te Papa Green #2A4E41

Tints of Te Papa Green #2A4E41

RGB

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

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

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

R = 22.7%
G = 42.16%
B = 35.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#2A4E41 (or 0x2A4E41) is known color: Te Papa Green. HEX triplet: 2A, 4E and 41. RGB value is (42,78,65). Sum of RGB (Red+Green+Blue) = 42+78+65=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4E41 is #D5B1BE. Grayscale: #414141. Windows color (decimal): -14004671 or 4279850. OLE color: 4279850.

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

Color convert

RGB 42 78 65 -
CMYK 0.46 0 0.17 0.69
HSL 158.33º 0.3% 0.24% -
HSV(B) 158.33º 0.46% 0.31% -
XYZ 4.63 6.32 5.98 -
YUV 65.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 42 78 65 0.46 0 0.17 0.69 158.33 0.3 0.24
Hex 2A 4E 41 2E 0 11 45 9E 1E 18
Octal 52 116 101 56 0 21 105 236 36 30
Binary 101010 1001110 1000001 101110 0 10001 1000101 10011110 11110 11000

Color Harmonies of #2A4E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4E41

Black with #2A4E41

Text Example


Text Example

White with #2A4E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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