Html Css Color HEX #295343 Te Papa Green

📋 copy color: '#295343'

red 41 ◦ green 83 ◦ blue 67

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

Shades of Te Papa Green #295343

Tints of Te Papa Green #295343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.08%

R = 21.47%
G = 43.46%
B = 35.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#295343 (or 0x295343) is known color: Te Papa Green. HEX triplet: 29, 53 and 43. RGB value is (41,83,67). Sum of RGB (Red+Green+Blue) = 41+83+67=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #295343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295343 is #D6ACBC. Grayscale: #444444. Windows color (decimal): -14068925 or 4412201. OLE color: 4412201.

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

Color convert

RGB 41 83 67 -
CMYK 0.51 0 0.19 0.67
HSL 157.14º 0.34% 0.24% -
HSV(B) 157.14º 0.51% 0.33% -
XYZ 5.02 7.06 6.41 -
YUV 68.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 41 83 67 0.51 0 0.19 0.67 157.14 0.34 0.24
Hex 29 53 43 33 0 13 43 9D 22 18
Octal 51 123 103 63 0 23 103 235 42 30
Binary 101001 1010011 1000011 110011 0 10011 1000011 10011101 100010 11000

Color Harmonies of #295343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295343

Black with #295343

Text Example


Text Example

White with #295343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295343; }

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

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

background-color css

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

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

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

border-color css

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

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

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