Html Css Color HEX #295446 Te Papa Green

📋 copy color: '#295446'

red 41 ◦ green 84 ◦ blue 70

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

Shades of Te Papa Green #295446

Tints of Te Papa Green #295446

RGB

 RED value IS 41 (16.41% from 255) = 21.03%

 GREEN value IS 84 (33.2% from 255) = 43.08%

 BLUE value IS 70 (27.73% from 255) = 35.9%

R = 21.03%
G = 43.08%
B = 35.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#295446 (or 0x295446) is known color: Te Papa Green. HEX triplet: 29, 54 and 46. RGB value is (41,84,70). Sum of RGB (Red+Green+Blue) = 41+84+70=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #295446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295446 is #D6ABB9. Grayscale: #454545. Windows color (decimal): -14068666 or 4609065. OLE color: 4609065.

HSL color Cylindrical-coordinate representation of color #295446: hue angle of 160.47º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295446 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 84 70 -
CMYK 0.51 0 0.17 0.67
HSL 160.47º 0.34% 0.25% -
HSV(B) 160.47º 0.51% 0.33% -
XYZ 5.19 7.25 6.92 -
YUV 69.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 41 84 70 0.51 0 0.17 0.67 160.47 0.34 0.25
Hex 29 54 46 33 0 11 43 A0 22 19
Octal 51 124 106 63 0 21 103 240 42 31
Binary 101001 1010100 1000110 110011 0 10001 1000011 10100000 100010 11001

Color Harmonies of #295446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295446

Black with #295446

Text Example


Text Example

White with #295446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295446; }

 p { color: rgb(41,84,70); }

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

background-color css

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

 a { background-color: rgb(41,84,70); }

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

border-color css

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

 span { border-color: rgb(41,84,70); }

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