Html Css Color HEX #295443 Te Papa Green

📋 copy color: '#295443'

red 41 ◦ green 84 ◦ blue 67

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

Shades of Te Papa Green #295443

Tints of Te Papa Green #295443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.9%

R = 21.35%
G = 43.75%
B = 34.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#295443 (or 0x295443) is known color: Te Papa Green. HEX triplet: 29, 54 and 43. RGB value is (41,84,67). Sum of RGB (Red+Green+Blue) = 41+84+67=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #295443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295443 is #D6ABBC. Grayscale: #454545. Windows color (decimal): -14068669 or 4412457. OLE color: 4412457.

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

Color convert

RGB 41 84 67 -
CMYK 0.51 0 0.20 0.67
HSL 156.28º 0.34% 0.25% -
HSV(B) 156.28º 0.51% 0.33% -
XYZ 5.1 7.22 6.43 -
YUV 69.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 41 84 67 0.51 0 0.20 0.67 156.28 0.34 0.25
Hex 29 54 43 33 0 14 43 9C 22 19
Octal 51 124 103 63 0 24 103 234 42 31
Binary 101001 1010100 1000011 110011 0 10100 1000011 10011100 100010 11001

Color Harmonies of #295443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295443

Black with #295443

Text Example


Text Example

White with #295443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295443; }

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

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

background-color css

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

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

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

border-color css

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

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

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