Html Css Color HEX #295441 Te Papa Green

📋 copy color: '#295441'

red 41 ◦ green 84 ◦ blue 65

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

Shades of Te Papa Green #295441

Tints of Te Papa Green #295441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

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

R = 21.58%
G = 44.21%
B = 34.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#295441 (or 0x295441) is known color: Te Papa Green. HEX triplet: 29, 54 and 41. RGB value is (41,84,65). Sum of RGB (Red+Green+Blue) = 41+84+65=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #295441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295441 is #D6ABBE. Grayscale: #454545. Windows color (decimal): -14068671 or 4281385. OLE color: 4281385.

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

Color convert

RGB 41 84 65 -
CMYK 0.51 0 0.23 0.67
HSL 153.49º 0.34% 0.25% -
HSV(B) 153.49º 0.51% 0.33% -
XYZ 5.04 7.19 6.12 -
YUV 68.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 41 84 65 0.51 0 0.23 0.67 153.49 0.34 0.25
Hex 29 54 41 33 0 17 43 99 22 19
Octal 51 124 101 63 0 27 103 231 42 31
Binary 101001 1010100 1000001 110011 0 10111 1000011 10011001 100010 11001

Color Harmonies of #295441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295441

Black with #295441

Text Example


Text Example

White with #295441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295441; }

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

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

background-color css

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

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

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

border-color css

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

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

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