Html Css Color HEX #295444 Te Papa Green

📋 copy color: '#295444'

red 41 ◦ green 84 ◦ blue 68

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

Shades of Te Papa Green #295444

Tints of Te Papa Green #295444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.23%

R = 21.24%
G = 43.52%
B = 35.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#295444 (or 0x295444) is known color: Te Papa Green. HEX triplet: 29, 54 and 44. RGB value is (41,84,68). Sum of RGB (Red+Green+Blue) = 41+84+68=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #295444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295444 is #D6ABBB. Grayscale: #454545. Windows color (decimal): -14068668 or 4477993. OLE color: 4477993.

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

Color convert

RGB 41 84 68 -
CMYK 0.51 0 0.19 0.67
HSL 157.67º 0.34% 0.25% -
HSV(B) 157.67º 0.51% 0.33% -
XYZ 5.13 7.23 6.59 -
YUV 69.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 41 84 68 0.51 0 0.19 0.67 157.67 0.34 0.25
Hex 29 54 44 33 0 13 43 9E 22 19
Octal 51 124 104 63 0 23 103 236 42 31
Binary 101001 1010100 1000100 110011 0 10011 1000011 10011110 100010 11001

Color Harmonies of #295444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295444

Black with #295444

Text Example


Text Example

White with #295444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295444; }

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

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

background-color css

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

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

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

border-color css

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

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

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