Html Css Color HEX #2A513F Te Papa Green

📋 copy color: '#2A513F'

red 42 ◦ green 81 ◦ blue 63

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

Shades of Te Papa Green #2A513F

Tints of Te Papa Green #2A513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.87%

R = 22.58%
G = 43.55%
B = 33.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#2A513F (or 0x2A513F) is known color: Te Papa Green. HEX triplet: 2A, 51 and 3F. RGB value is (42,81,63). Sum of RGB (Red+Green+Blue) = 42+81+63=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #2A513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A513F is #D5AEC0. Grayscale: #434343. Windows color (decimal): -14003905 or 4149546. OLE color: 4149546.

HSL color Cylindrical-coordinate representation of color #2A513F: hue angle of 152.31º 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 #2A513F is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 42 81 63 -
CMYK 0.48 0 0.22 0.68
HSL 152.31º 0.32% 0.24% -
HSV(B) 152.31º 0.48% 0.32% -
XYZ 4.79 6.74 5.75 -
YUV 67.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 42 81 63 0.48 0 0.22 0.68 152.31 0.32 0.24
Hex 2A 51 3F 30 0 16 44 98 20 18
Octal 52 121 77 60 0 26 104 230 40 30
Binary 101010 1010001 111111 110000 0 10110 1000100 10011000 100000 11000

Color Harmonies of #2A513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A513F

Black with #2A513F

Text Example


Text Example

White with #2A513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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