Html Css Color HEX #295445 Te Papa Green

📋 copy color: '#295445'

red 41 ◦ green 84 ◦ blue 69

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

Shades of Te Papa Green #295445

Tints of Te Papa Green #295445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.3%

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

R = 21.13%
G = 43.3%
B = 35.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#295445 (or 0x295445) is known color: Te Papa Green. HEX triplet: 29, 54 and 45. RGB value is (41,84,69). Sum of RGB (Red+Green+Blue) = 41+84+69=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #295445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295445 is #D6ABBA. Grayscale: #454545. Windows color (decimal): -14068667 or 4543529. OLE color: 4543529.

HSL color Cylindrical-coordinate representation of color #295445: hue angle of 159.07º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295445 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 84 69 -
CMYK 0.51 0 0.18 0.67
HSL 159.07º 0.34% 0.25% -
HSV(B) 159.07º 0.51% 0.33% -
XYZ 5.16 7.24 6.76 -
YUV 69.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 41 84 69 0.51 0 0.18 0.67 159.07 0.34 0.25
Hex 29 54 45 33 0 12 43 9F 22 19
Octal 51 124 105 63 0 22 103 237 42 31
Binary 101001 1010100 1000101 110011 0 10010 1000011 10011111 100010 11001

Color Harmonies of #295445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295445

Black with #295445

Text Example


Text Example

White with #295445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295445; }

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

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

background-color css

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

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

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

border-color css

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

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

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