Html Css Color HEX #295141 Te Papa Green

📋 copy color: '#295141'

red 41 ◦ green 81 ◦ blue 65

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

Shades of Te Papa Green #295141

Tints of Te Papa Green #295141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 21.93%
G = 43.32%
B = 34.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#295141 (or 0x295141) is known color: Te Papa Green. HEX triplet: 29, 51 and 41. RGB value is (41,81,65). Sum of RGB (Red+Green+Blue) = 41+81+65=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #295141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295141 is #D6AEBE. Grayscale: #434343. Windows color (decimal): -14069439 or 4280617. OLE color: 4280617.

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

Color convert

RGB 41 81 65 -
CMYK 0.49 0 0.20 0.68
HSL 156º 0.33% 0.24% -
HSV(B) 156º 0.49% 0.32% -
XYZ 4.81 6.74 6.05 -
YUV 67.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 41 81 65 0.49 0 0.20 0.68 156 0.33 0.24
Hex 29 51 41 31 0 14 44 9C 21 18
Octal 51 121 101 61 0 24 104 234 41 30
Binary 101001 1010001 1000001 110001 0 10100 1000100 10011100 100001 11000

Color Harmonies of #295141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295141

Black with #295141

Text Example


Text Example

White with #295141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295141; }

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

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

background-color css

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

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

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

border-color css

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

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

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