#295141

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

Shades of Te Papa Green #295141

Tints of Te Papa Green #295141

Color information

#295141 (or 0x295141) is unknown color: approx Te Papa Green. HEX triplet: 29, 51 and 41. RGB value is (41,81,65). Sum of RGB (Red+Green+Blue) = 41+81+65=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #295141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295141 is #D6AEBE. Grayscale: #434343. Windows color (decimal): -14069439 or 4280617. OLE color: 4280617.

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

Color convert

RGB418165-
CMYK0.4900.200.68
HSL156º32.79%23.92%-
HSV(B)156º49.38%31.76%-
XYZ4.816.746.05-
YUV67.22126.75109.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=21.93%
G=43.32%
B=34.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4181650.4900.200.6815632.7923.92
Hex29514131014449c2118
Octal51121101610241042344130
Binary1010011010001100000111000101010010001001001110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295141; }

 p { color: rgb(41,81,65); }

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

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

 a { background-color: rgb(41,81,65); }

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

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

 span { border-color: rgb(41,81,65); }

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