Html Css Color HEX #295845 Te Papa Green

📋 copy color: '#295845'

red 41 ◦ green 88 ◦ blue 69

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

Shades of Te Papa Green #295845

Tints of Te Papa Green #295845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.44%

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

R = 20.71%
G = 44.44%
B = 34.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#295845 (or 0x295845) is known color: Te Papa Green. HEX triplet: 29, 58 and 45. RGB value is (41,88,69). Sum of RGB (Red+Green+Blue) = 41+88+69=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #295845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295845 is #D6A7BA. Grayscale: #474747. Windows color (decimal): -14067643 or 4544553. OLE color: 4544553.

HSL color Cylindrical-coordinate representation of color #295845: hue angle of 155.74º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295845 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 88 69 -
CMYK 0.53 0 0.22 0.65
HSL 155.74º 0.36% 0.25% -
HSV(B) 155.74º 0.53% 0.35% -
XYZ 5.48 7.88 6.86 -
YUV 71.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 41 88 69 0.53 0 0.22 0.65 155.74 0.36 0.25
Hex 29 58 45 35 0 16 41 9C 24 19
Octal 51 130 105 65 0 26 101 234 44 31
Binary 101001 1011000 1000101 110101 0 10110 1000001 10011100 100100 11001

Color Harmonies of #295845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295845

Black with #295845

Text Example


Text Example

White with #295845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295845; }

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

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

background-color css

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

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

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

border-color css

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

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

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