Html Css Color HEX #2A4F41 Te Papa Green

📋 copy color: '#2A4F41'

red 42 ◦ green 79 ◦ blue 65

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

Shades of Te Papa Green #2A4F41

Tints of Te Papa Green #2A4F41

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.47%

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

R = 22.58%
G = 42.47%
B = 34.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#2A4F41 (or 0x2A4F41) is known color: Te Papa Green. HEX triplet: 2A, 4F and 41. RGB value is (42,79,65). Sum of RGB (Red+Green+Blue) = 42+79+65=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4F41 is #D5B0BE. Grayscale: #424242. Windows color (decimal): -14004415 or 4280106. OLE color: 4280106.

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

Color convert

RGB 42 79 65 -
CMYK 0.47 0 0.18 0.69
HSL 157.3º 0.31% 0.24% -
HSV(B) 157.3º 0.47% 0.31% -
XYZ 4.7 6.47 6 -
YUV 66.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 42 79 65 0.47 0 0.18 0.69 157.3 0.31 0.24
Hex 2A 4F 41 2F 0 12 45 9D 1F 18
Octal 52 117 101 57 0 22 105 235 37 30
Binary 101010 1001111 1000001 101111 0 10010 1000101 10011101 11111 11000

Color Harmonies of #2A4F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4F41

Black with #2A4F41

Text Example


Text Example

White with #2A4F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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