Html Css Color HEX #2A433B Te Papa Green

📋 copy color: '#2A433B'

red 42 ◦ green 67 ◦ blue 59

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

Shades of Te Papa Green #2A433B

Tints of Te Papa Green #2A433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.88%

 BLUE value IS 59 (23.44% from 255) = 35.12%

R = 25%
G = 39.88%
B = 35.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#2A433B (or 0x2A433B) is known color: Te Papa Green. HEX triplet: 2A, 43 and 3B. RGB value is (42,67,59). Sum of RGB (Red+Green+Blue) = 42+67+59=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 67 - color contains mainly: green. Hex color #2A433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A433B is #D5BCC4. Grayscale: #3A3A3A. Windows color (decimal): -14007493 or 3883818. OLE color: 3883818.

HSL color Cylindrical-coordinate representation of color #2A433B: hue angle of 160.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2A433B is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 42 67 59 -
CMYK 0.37 0 0.12 0.74
HSL 160.8º 0.23% 0.21% -
HSV(B) 160.8º 0.37% 0.26% -
XYZ 3.75 4.82 4.87 -
YUV 58.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 42 67 59 0.37 0 0.12 0.74 160.8 0.23 0.21
Hex 2A 43 3B 25 0 C 4A A1 17 15
Octal 52 103 73 45 0 14 112 241 27 25
Binary 101010 1000011 111011 100101 0 1100 1001010 10100001 10111 10101

Color Harmonies of #2A433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A433B

Black with #2A433B

Text Example


Text Example

White with #2A433B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,67,59); }

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

background-color css

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

 a { background-color: rgb(42,67,59); }

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

border-color css

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

 span { border-color: rgb(42,67,59); }

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