Html Css Color HEX #2A483D Te Papa Green

📋 copy color: '#2A483D'

red 42 ◦ green 72 ◦ blue 61

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

Shades of Te Papa Green #2A483D

Tints of Te Papa Green #2A483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 61 (24.22% from 255) = 34.86%

R = 24%
G = 41.14%
B = 34.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#2A483D (or 0x2A483D) is known color: Te Papa Green. HEX triplet: 2A, 48 and 3D. RGB value is (42,72,61). Sum of RGB (Red+Green+Blue) = 42+72+61=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #2A483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A483D is #D5B7C2. Grayscale: #3D3D3D. Windows color (decimal): -14006211 or 4016170. OLE color: 4016170.

HSL color Cylindrical-coordinate representation of color #2A483D: hue angle of 158º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A483D is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 42 72 61 -
CMYK 0.42 0 0.15 0.72
HSL 158º 0.26% 0.22% -
HSV(B) 158º 0.42% 0.28% -
XYZ 4.11 5.46 5.25 -
YUV 61.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 42 72 61 0.42 0 0.15 0.72 158 0.26 0.22
Hex 2A 48 3D 2A 0 F 48 9E 1A 16
Octal 52 110 75 52 0 17 110 236 32 26
Binary 101010 1001000 111101 101010 0 1111 1001000 10011110 11010 10110

Color Harmonies of #2A483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A483D

Black with #2A483D

Text Example


Text Example

White with #2A483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,72,61); }

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

background-color css

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

 a { background-color: rgb(42,72,61); }

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

border-color css

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

 span { border-color: rgb(42,72,61); }

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