Html Css Color HEX #295340 Te Papa Green

📋 copy color: '#295340'

red 41 ◦ green 83 ◦ blue 64

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

Shades of Te Papa Green #295340

Tints of Te Papa Green #295340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.04%

R = 21.81%
G = 44.15%
B = 34.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#295340 (or 0x295340) is known color: Te Papa Green. HEX triplet: 29, 53 and 40. RGB value is (41,83,64). Sum of RGB (Red+Green+Blue) = 41+83+64=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #295340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295340 is #D6ACBF. Grayscale: #444444. Windows color (decimal): -14068928 or 4215593. OLE color: 4215593.

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

Color convert

RGB 41 83 64 -
CMYK 0.51 0 0.23 0.67
HSL 152.86º 0.34% 0.24% -
HSV(B) 152.86º 0.51% 0.33% -
XYZ 4.93 7.03 5.95 -
YUV 68.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 41 83 64 0.51 0 0.23 0.67 152.86 0.34 0.24
Hex 29 53 40 33 0 17 43 99 22 18
Octal 51 123 100 63 0 27 103 231 42 30
Binary 101001 1010011 1000000 110011 0 10111 1000011 10011001 100010 11000

Color Harmonies of #295340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295340

Black with #295340

Text Example


Text Example

White with #295340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295340; }

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

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

background-color css

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

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

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

border-color css

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

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

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