Html Css Color HEX #295040 Te Papa Green

📋 copy color: '#295040'

red 41 ◦ green 80 ◦ blue 64

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

Shades of Te Papa Green #295040

Tints of Te Papa Green #295040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.24%

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 22.16%
G = 43.24%
B = 34.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#295040 (or 0x295040) is known color: Te Papa Green. HEX triplet: 29, 50 and 40. RGB value is (41,80,64). Sum of RGB (Red+Green+Blue) = 41+80+64=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #295040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295040 is #D6AFBF. Grayscale: #424242. Windows color (decimal): -14069696 or 4214825. OLE color: 4214825.

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

Color convert

RGB 41 80 64 -
CMYK 0.49 0 0.20 0.69
HSL 155.38º 0.32% 0.24% -
HSV(B) 155.38º 0.49% 0.31% -
XYZ 4.71 6.58 5.87 -
YUV 66.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 41 80 64 0.49 0 0.20 0.69 155.38 0.32 0.24
Hex 29 50 40 31 0 14 45 9B 20 18
Octal 51 120 100 61 0 24 105 233 40 30
Binary 101001 1010000 1000000 110001 0 10100 1000101 10011011 100000 11000

Color Harmonies of #295040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295040

Black with #295040

Text Example


Text Example

White with #295040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295040; }

 p { color: rgb(41,80,64); }

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

background-color css

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

 a { background-color: rgb(41,80,64); }

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

border-color css

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

 span { border-color: rgb(41,80,64); }

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