Html Css Color HEX #295041 Te Papa Green

📋 copy color: '#295041'

red 41 ◦ green 80 ◦ blue 65

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

Shades of Te Papa Green #295041

Tints of Te Papa Green #295041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 22.04%
G = 43.01%
B = 34.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#295041 (or 0x295041) is known color: Te Papa Green. HEX triplet: 29, 50 and 41. RGB value is (41,80,65). Sum of RGB (Red+Green+Blue) = 41+80+65=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #295041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295041 is #D6AFBE. Grayscale: #424242. Windows color (decimal): -14069695 or 4280361. OLE color: 4280361.

HSL color Cylindrical-coordinate representation of color #295041: hue angle of 156.92º 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 #295041 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 65 -
CMYK 0.49 0 0.19 0.69
HSL 156.92º 0.32% 0.24% -
HSV(B) 156.92º 0.49% 0.31% -
XYZ 4.74 6.59 6.02 -
YUV 66.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 41 80 65 0.49 0 0.19 0.69 156.92 0.32 0.24
Hex 29 50 41 31 0 13 45 9D 20 18
Octal 51 120 101 61 0 23 105 235 40 30
Binary 101001 1010000 1000001 110001 0 10011 1000101 10011101 100000 11000

Color Harmonies of #295041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295041

Black with #295041

Text Example


Text Example

White with #295041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295041; }

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

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

background-color css

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

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

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

border-color css

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

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

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