Html Css Color HEX #295042 Te Papa Green

📋 copy color: '#295042'

red 41 ◦ green 80 ◦ blue 66

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

Shades of Te Papa Green #295042

Tints of Te Papa Green #295042

RGB

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

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

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

R = 21.93%
G = 42.78%
B = 35.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#295042 (or 0x295042) is known color: Te Papa Green. HEX triplet: 29, 50 and 42. RGB value is (41,80,66). Sum of RGB (Red+Green+Blue) = 41+80+66=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #295042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295042 is #D6AFBD. Grayscale: #424242. Windows color (decimal): -14069694 or 4345897. OLE color: 4345897.

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

Color convert

RGB 41 80 66 -
CMYK 0.49 0 0.17 0.69
HSL 158.46º 0.32% 0.24% -
HSV(B) 158.46º 0.49% 0.31% -
XYZ 4.77 6.6 6.18 -
YUV 66.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 41 80 66 0.49 0 0.17 0.69 158.46 0.32 0.24
Hex 29 50 42 31 0 11 45 9E 20 18
Octal 51 120 102 61 0 21 105 236 40 30
Binary 101001 1010000 1000010 110001 0 10001 1000101 10011110 100000 11000

Color Harmonies of #295042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295042

Black with #295042

Text Example


Text Example

White with #295042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295042; }

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

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

background-color css

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

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

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

border-color css

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

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

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