Html Css Color HEX #295240 Te Papa Green

📋 copy color: '#295240'

red 41 ◦ green 82 ◦ blue 64

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

Shades of Te Papa Green #295240

Tints of Te Papa Green #295240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 21.93%
G = 43.85%
B = 34.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#295240 (or 0x295240) is known color: Te Papa Green. HEX triplet: 29, 52 and 40. RGB value is (41,82,64). Sum of RGB (Red+Green+Blue) = 41+82+64=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #295240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295240 is #D6ADBF. Grayscale: #434343. Windows color (decimal): -14069184 or 4215337. OLE color: 4215337.

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

Color convert

RGB 41 82 64 -
CMYK 0.50 0 0.22 0.68
HSL 153.66º 0.33% 0.24% -
HSV(B) 153.66º 0.5% 0.32% -
XYZ 4.86 6.88 5.92 -
YUV 67.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 41 82 64 0.50 0 0.22 0.68 153.66 0.33 0.24
Hex 29 52 40 32 0 16 44 9A 21 18
Octal 51 122 100 62 0 26 104 232 41 30
Binary 101001 1010010 1000000 110010 0 10110 1000100 10011010 100001 11000

Color Harmonies of #295240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295240

Black with #295240

Text Example


Text Example

White with #295240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295240; }

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

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

background-color css

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

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

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

border-color css

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

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

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