Html Css Color HEX #295442 Te Papa Green

📋 copy color: '#295442'

red 41 ◦ green 84 ◦ blue 66

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

Shades of Te Papa Green #295442

Tints of Te Papa Green #295442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.55%

R = 21.47%
G = 43.98%
B = 34.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#295442 (or 0x295442) is known color: Te Papa Green. HEX triplet: 29, 54 and 42. RGB value is (41,84,66). Sum of RGB (Red+Green+Blue) = 41+84+66=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #295442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295442 is #D6ABBD. Grayscale: #454545. Windows color (decimal): -14068670 or 4346921. OLE color: 4346921.

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

Color convert

RGB 41 84 66 -
CMYK 0.51 0 0.21 0.67
HSL 154.88º 0.34% 0.25% -
HSV(B) 154.88º 0.51% 0.33% -
XYZ 5.07 7.21 6.28 -
YUV 69.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 41 84 66 0.51 0 0.21 0.67 154.88 0.34 0.25
Hex 29 54 42 33 0 15 43 9B 22 19
Octal 51 124 102 63 0 25 103 233 42 31
Binary 101001 1010100 1000010 110011 0 10101 1000011 10011011 100010 11001

Color Harmonies of #295442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295442

Black with #295442

Text Example


Text Example

White with #295442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295442; }

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

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

background-color css

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

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

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

border-color css

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

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

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