Html Css Color HEX #2A513E Te Papa Green

📋 copy color: '#2A513E'

red 42 ◦ green 81 ◦ blue 62

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

Shades of Te Papa Green #2A513E

Tints of Te Papa Green #2A513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 22.7%
G = 43.78%
B = 33.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#2A513E (or 0x2A513E) is known color: Te Papa Green. HEX triplet: 2A, 51 and 3E. RGB value is (42,81,62). Sum of RGB (Red+Green+Blue) = 42+81+62=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #2A513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A513E is #D5AEC1. Grayscale: #434343. Windows color (decimal): -14003906 or 4084010. OLE color: 4084010.

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

Color convert

RGB 42 81 62 -
CMYK 0.48 0 0.23 0.68
HSL 150.77º 0.32% 0.24% -
HSV(B) 150.77º 0.48% 0.32% -
XYZ 4.77 6.72 5.6 -
YUV 67.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 42 81 62 0.48 0 0.23 0.68 150.77 0.32 0.24
Hex 2A 51 3E 30 0 17 44 97 20 18
Octal 52 121 76 60 0 27 104 227 40 30
Binary 101010 1010001 111110 110000 0 10111 1000100 10010111 100000 11000

Color Harmonies of #2A513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A513E

Black with #2A513E

Text Example


Text Example

White with #2A513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,81,62); }

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

background-color css

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

 a { background-color: rgb(42,81,62); }

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

border-color css

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

 span { border-color: rgb(42,81,62); }

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