Html Css Color HEX #295348 Te Papa Green

📋 copy color: '#295348'

red 41 ◦ green 83 ◦ blue 72

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

Shades of Te Papa Green #295348

Tints of Te Papa Green #295348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

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

R = 20.92%
G = 42.35%
B = 36.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#295348 (or 0x295348) is known color: Te Papa Green. HEX triplet: 29, 53 and 48. RGB value is (41,83,72). Sum of RGB (Red+Green+Blue) = 41+83+72=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #295348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295348 is #D6ACB7. Grayscale: #454545. Windows color (decimal): -14068920 or 4739881. OLE color: 4739881.

HSL color Cylindrical-coordinate representation of color #295348: hue angle of 164.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295348 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 72 -
CMYK 0.51 0 0.13 0.67
HSL 164.29º 0.34% 0.24% -
HSV(B) 164.29º 0.51% 0.33% -
XYZ 5.18 7.13 7.23 -
YUV 69.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 41 83 72 0.51 0 0.13 0.67 164.29 0.34 0.24
Hex 29 53 48 33 0 D 43 A4 22 18
Octal 51 123 110 63 0 15 103 244 42 30
Binary 101001 1010011 1001000 110011 0 1101 1000011 10100100 100010 11000

Color Harmonies of #295348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295348

Black with #295348

Text Example


Text Example

White with #295348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295348; }

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

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

background-color css

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

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

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

border-color css

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

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

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