#295244

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

Shades of Te Papa Green #295244

Tints of Te Papa Green #295244

Color information

#295244 (or 0x295244) is unknown color: approx Te Papa Green. HEX triplet: 29, 52 and 44. RGB value is (41,82,68). Sum of RGB (Red+Green+Blue) = 41+82+68=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #295244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295244 is #D6ADBB. Grayscale: #444444. Windows color (decimal): -14069180 or 4477481. OLE color: 4477481.

HSL color Cylindrical-coordinate representation of color #295244: hue angle of 159.51º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #295244 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB418268-
CMYK0.5000.170.68
HSL159.51º33.33%24.12%-
HSV(B)159.51º50%32.16%-
XYZ4.986.926.54-
YUV68.14127.92108.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=21.47%
G=42.93%
B=35.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182680.5000.170.68159.5133.3324.12
Hex2952443201144a02118
Octal51122104620211042404130
Binary1010011010010100010011001001000110001001010000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295244; }

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

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

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

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

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

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

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

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