Html Css Color HEX #295142 Te Papa Green

📋 copy color: '#295142'

red 41 ◦ green 81 ◦ blue 66

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

Shades of Te Papa Green #295142

Tints of Te Papa Green #295142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

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

R = 21.81%
G = 43.09%
B = 35.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#295142 (or 0x295142) is known color: Te Papa Green. HEX triplet: 29, 51 and 42. RGB value is (41,81,66). Sum of RGB (Red+Green+Blue) = 41+81+66=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #295142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295142 is #D6AEBD. Grayscale: #434343. Windows color (decimal): -14069438 or 4346153. OLE color: 4346153.

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

Color convert

RGB 41 81 66 -
CMYK 0.49 0 0.19 0.68
HSL 157.5º 0.33% 0.24% -
HSV(B) 157.5º 0.49% 0.32% -
XYZ 4.84 6.75 6.2 -
YUV 67.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 41 81 66 0.49 0 0.19 0.68 157.5 0.33 0.24
Hex 29 51 42 31 0 13 44 9E 21 18
Octal 51 121 102 61 0 23 104 236 41 30
Binary 101001 1010001 1000010 110001 0 10011 1000100 10011110 100001 11000

Color Harmonies of #295142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295142

Black with #295142

Text Example


Text Example

White with #295142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295142; }

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

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

background-color css

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

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

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

border-color css

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

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

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