Html Css Color HEX #295244 Te Papa Green

📋 copy color: '#295244'

red 41 ◦ green 82 ◦ blue 68

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

Shades of Te Papa Green #295244

Tints of Te Papa Green #295244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.6%

R = 21.47%
G = 42.93%
B = 35.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#295244 (or 0x295244) is known color: Te Papa Green. HEX triplet: 29, 52 and 44. RGB value is (41,82,68). Sum of RGB (Red+Green+Blue) = 41+82+68=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #295244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295244 is #D6ADBB. Grayscale: #444444. Windows color (decimal): -14069180 or 4477481. OLE color: 4477481.

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

Color convert

RGB 41 82 68 -
CMYK 0.50 0 0.17 0.68
HSL 159.51º 0.33% 0.24% -
HSV(B) 159.51º 0.5% 0.32% -
XYZ 4.98 6.92 6.54 -
YUV 68.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 41 82 68 0.50 0 0.17 0.68 159.51 0.33 0.24
Hex 29 52 44 32 0 11 44 A0 21 18
Octal 51 122 104 62 0 21 104 240 41 30
Binary 101001 1010010 1000100 110010 0 10001 1000100 10100000 100001 11000

Color Harmonies of #295244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295244

Black with #295244

Text Example


Text Example

White with #295244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295244; }

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

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

background-color css

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

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

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

border-color css

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

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

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