Html Css Color HEX #2A413A Te Papa Green

📋 copy color: '#2A413A'

red 42 ◦ green 65 ◦ blue 58

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

Shades of Te Papa Green #2A413A

Tints of Te Papa Green #2A413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 25.45%
G = 39.39%
B = 35.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#2A413A (or 0x2A413A) is known color: Te Papa Green. HEX triplet: 2A, 41 and 3A. RGB value is (42,65,58). Sum of RGB (Red+Green+Blue) = 42+65+58=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #2A413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A413A is #D5BEC5. Grayscale: #393939. Windows color (decimal): -14008006 or 3817770. OLE color: 3817770.

HSL color Cylindrical-coordinate representation of color #2A413A: hue angle of 161.74º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A413A is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 42 65 58 -
CMYK 0.35 0 0.11 0.75
HSL 161.74º 0.21% 0.21% -
HSV(B) 161.74º 0.35% 0.25% -
XYZ 3.61 4.58 4.7 -
YUV 57.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 42 65 58 0.35 0 0.11 0.75 161.74 0.21 0.21
Hex 2A 41 3A 23 0 B 4B A2 15 15
Octal 52 101 72 43 0 13 113 242 25 25
Binary 101010 1000001 111010 100011 0 1011 1001011 10100010 10101 10101

Color Harmonies of #2A413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A413A

Black with #2A413A

Text Example


Text Example

White with #2A413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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