Html Css Color HEX #295341 Te Papa Green

📋 copy color: '#295341'

red 41 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #295341

Tints of Te Papa Green #295341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 21.69%
G = 43.92%
B = 34.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#295341 (or 0x295341) is known color: Te Papa Green. HEX triplet: 29, 53 and 41. RGB value is (41,83,65). Sum of RGB (Red+Green+Blue) = 41+83+65=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #295341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295341 is #D6ACBE. Grayscale: #444444. Windows color (decimal): -14068927 or 4281129. OLE color: 4281129.

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

Color convert

RGB 41 83 65 -
CMYK 0.51 0 0.22 0.67
HSL 154.29º 0.34% 0.24% -
HSV(B) 154.29º 0.51% 0.33% -
XYZ 4.96 7.04 6.1 -
YUV 68.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 41 83 65 0.51 0 0.22 0.67 154.29 0.34 0.24
Hex 29 53 41 33 0 16 43 9A 22 18
Octal 51 123 101 63 0 26 103 232 42 30
Binary 101001 1010011 1000001 110011 0 10110 1000011 10011010 100010 11000

Color Harmonies of #295341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295341

Black with #295341

Text Example


Text Example

White with #295341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295341; }

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

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

background-color css

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

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

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

border-color css

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

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

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