Html Css Color HEX #2A463C Te Papa Green

📋 copy color: '#2A463C'

red 42 ◦ green 70 ◦ blue 60

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

Shades of Te Papa Green #2A463C

Tints of Te Papa Green #2A463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

 BLUE value IS 60 (23.83% from 255) = 34.88%

R = 24.42%
G = 40.7%
B = 34.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#2A463C (or 0x2A463C) is known color: Te Papa Green. HEX triplet: 2A, 46 and 3C. RGB value is (42,70,60). Sum of RGB (Red+Green+Blue) = 42+70+60=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #2A463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A463C is #D5B9C3. Grayscale: #3C3C3C. Windows color (decimal): -14006724 or 3950122. OLE color: 3950122.

HSL color Cylindrical-coordinate representation of color #2A463C: hue angle of 158.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A463C is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 42 70 60 -
CMYK 0.40 0 0.14 0.73
HSL 158.57º 0.25% 0.22% -
HSV(B) 158.57º 0.4% 0.27% -
XYZ 3.96 5.2 5.07 -
YUV 60.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 42 70 60 0.40 0 0.14 0.73 158.57 0.25 0.22
Hex 2A 46 3C 28 0 E 49 9F 19 16
Octal 52 106 74 50 0 16 111 237 31 26
Binary 101010 1000110 111100 101000 0 1110 1001001 10011111 11001 10110

Color Harmonies of #2A463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A463C

Black with #2A463C

Text Example


Text Example

White with #2A463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,70,60); }

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

background-color css

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

 a { background-color: rgb(42,70,60); }

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

border-color css

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

 span { border-color: rgb(42,70,60); }

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