Html Css Color HEX #295347 Te Papa Green

📋 copy color: '#295347'

red 41 ◦ green 83 ◦ blue 71

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

Shades of Te Papa Green #295347

Tints of Te Papa Green #295347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 21.03%
G = 42.56%
B = 36.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#295347 (or 0x295347) is known color: Te Papa Green. HEX triplet: 29, 53 and 47. RGB value is (41,83,71). Sum of RGB (Red+Green+Blue) = 41+83+71=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #295347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295347 is #D6ACB8. Grayscale: #454545. Windows color (decimal): -14068921 or 4674345. OLE color: 4674345.

HSL color Cylindrical-coordinate representation of color #295347: hue angle of 162.86º 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 #295347 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 71 -
CMYK 0.51 0 0.14 0.67
HSL 162.86º 0.34% 0.24% -
HSV(B) 162.86º 0.51% 0.33% -
XYZ 5.15 7.11 7.06 -
YUV 69.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 41 83 71 0.51 0 0.14 0.67 162.86 0.34 0.24
Hex 29 53 47 33 0 E 43 A3 22 18
Octal 51 123 107 63 0 16 103 243 42 30
Binary 101001 1010011 1000111 110011 0 1110 1000011 10100011 100010 11000

Color Harmonies of #295347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295347

Black with #295347

Text Example


Text Example

White with #295347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295347; }

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

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

background-color css

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

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

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

border-color css

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

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

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