Html Css Color HEX #295242 Te Papa Green

📋 copy color: '#295242'

red 41 ◦ green 82 ◦ blue 66

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

Shades of Te Papa Green #295242

Tints of Te Papa Green #295242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

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

R = 21.69%
G = 43.39%
B = 34.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#295242 (or 0x295242) is known color: Te Papa Green. HEX triplet: 29, 52 and 42. RGB value is (41,82,66). Sum of RGB (Red+Green+Blue) = 41+82+66=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #295242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295242 is #D6ADBD. Grayscale: #434343. Windows color (decimal): -14069182 or 4346409. OLE color: 4346409.

HSL color Cylindrical-coordinate representation of color #295242: hue angle of 156.59º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #295242 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 82 66 -
CMYK 0.50 0 0.20 0.68
HSL 156.59º 0.33% 0.24% -
HSV(B) 156.59º 0.5% 0.32% -
XYZ 4.92 6.9 6.23 -
YUV 67.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 41 82 66 0.50 0 0.20 0.68 156.59 0.33 0.24
Hex 29 52 42 32 0 14 44 9D 21 18
Octal 51 122 102 62 0 24 104 235 41 30
Binary 101001 1010010 1000010 110010 0 10100 1000100 10011101 100001 11000

Color Harmonies of #295242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295242

Black with #295242

Text Example


Text Example

White with #295242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295242; }

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

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

background-color css

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

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

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

border-color css

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

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

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