Html Css Color HEX #295045 Te Papa Green

📋 copy color: '#295045'

red 41 ◦ green 80 ◦ blue 69

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

Shades of Te Papa Green #295045

Tints of Te Papa Green #295045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.11%

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

R = 21.58%
G = 42.11%
B = 36.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#295045 (or 0x295045) is known color: Te Papa Green. HEX triplet: 29, 50 and 45. RGB value is (41,80,69). Sum of RGB (Red+Green+Blue) = 41+80+69=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #295045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295045 is #D6AFBA. Grayscale: #434343. Windows color (decimal): -14069691 or 4542505. OLE color: 4542505.

HSL color Cylindrical-coordinate representation of color #295045: hue angle of 163.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295045 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 69 -
CMYK 0.49 0 0.14 0.69
HSL 163.08º 0.32% 0.24% -
HSV(B) 163.08º 0.49% 0.31% -
XYZ 4.86 6.64 6.66 -
YUV 67.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 41 80 69 0.49 0 0.14 0.69 163.08 0.32 0.24
Hex 29 50 45 31 0 E 45 A3 20 18
Octal 51 120 105 61 0 16 105 243 40 30
Binary 101001 1010000 1000101 110001 0 1110 1000101 10100011 100000 11000

Color Harmonies of #295045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295045

Black with #295045

Text Example


Text Example

White with #295045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295045; }

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

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

background-color css

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

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

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

border-color css

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

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

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