#295344

Color #295344 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #295344

Tints of Te Papa Green #295344

Color information

#295344 (or 0x295344) is unknown color: approx Te Papa Green. HEX triplet: 29, 53 and 44. RGB value is (41,83,68). Sum of RGB (Red+Green+Blue) = 41+83+68=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #295344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295344 is #D6ACBB. Grayscale: #444444. Windows color (decimal): -14068924 or 4477737. OLE color: 4477737.

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

Color convert

RGB418368-
CMYK0.5100.180.67
HSL158.57º33.87%24.31%-
HSV(B)158.57º50.6%32.55%-
XYZ5.057.086.57-
YUV68.73127.59108.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 83 (32.81% from 255) = 43.23%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=21.35%
G=43.23%
B=35.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183680.5100.180.67158.5733.8724.31
Hex29534433012439f2218
Octal51123104630221032374230
Binary1010011010011100010011001101001010000111001111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295344; }

 p { color: rgb(41,83,68); }

 H1.HeaderClassName
 {
   color: #295344;
 }
 .AnyTagClassName
 {
   color: #295344;
 }
</style>
background-color css

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

 a { background-color: rgb(41,83,68); }

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

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

 span { border-color: rgb(41,83,68); }

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