Html Css Color HEX #295645 Te Papa Green

📋 copy color: '#295645'

red 41 ◦ green 86 ◦ blue 69

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

Shades of Te Papa Green #295645

Tints of Te Papa Green #295645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.88%

 BLUE value IS 69 (27.34% from 255) = 35.2%

R = 20.92%
G = 43.88%
B = 35.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#295645 (or 0x295645) is known color: Te Papa Green. HEX triplet: 29, 56 and 45. RGB value is (41,86,69). Sum of RGB (Red+Green+Blue) = 41+86+69=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #295645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295645 is #D6A9BA. Grayscale: #464646. Windows color (decimal): -14068155 or 4544041. OLE color: 4544041.

HSL color Cylindrical-coordinate representation of color #295645: hue angle of 157.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295645 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 86 69 -
CMYK 0.52 0 0.20 0.66
HSL 157.33º 0.35% 0.25% -
HSV(B) 157.33º 0.52% 0.34% -
XYZ 5.32 7.56 6.81 -
YUV 70.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 41 86 69 0.52 0 0.20 0.66 157.33 0.35 0.25
Hex 29 56 45 34 0 14 42 9D 23 19
Octal 51 126 105 64 0 24 102 235 43 31
Binary 101001 1010110 1000101 110100 0 10100 1000010 10011101 100011 11001

Color Harmonies of #295645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295645

Black with #295645

Text Example


Text Example

White with #295645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295645; }

 p { color: rgb(41,86,69); }

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

background-color css

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

 a { background-color: rgb(41,86,69); }

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

border-color css

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

 span { border-color: rgb(41,86,69); }

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