Html Css Color HEX #295248 Te Papa Green

📋 copy color: '#295248'

red 41 ◦ green 82 ◦ blue 72

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

Shades of Te Papa Green #295248

Tints of Te Papa Green #295248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 21.03%
G = 42.05%
B = 36.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#295248 (or 0x295248) is known color: Te Papa Green. HEX triplet: 29, 52 and 48. RGB value is (41,82,72). Sum of RGB (Red+Green+Blue) = 41+82+72=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #295248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295248 is #D6ADB7. Grayscale: #444444. Windows color (decimal): -14069176 or 4739625. OLE color: 4739625.

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

Color convert

RGB 41 82 72 -
CMYK 0.50 0 0.12 0.68
HSL 165.37º 0.33% 0.24% -
HSV(B) 165.37º 0.5% 0.32% -
XYZ 5.1 6.97 7.21 -
YUV 68.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 41 82 72 0.50 0 0.12 0.68 165.37 0.33 0.24
Hex 29 52 48 32 0 C 44 A5 21 18
Octal 51 122 110 62 0 14 104 245 41 30
Binary 101001 1010010 1001000 110010 0 1100 1000100 10100101 100001 11000

Color Harmonies of #295248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295248

Black with #295248

Text Example


Text Example

White with #295248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295248; }

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

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

background-color css

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

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

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

border-color css

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

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

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