Html Css Color HEX #295544 Te Papa Green

📋 copy color: '#295544'

red 41 ◦ green 85 ◦ blue 68

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

Shades of Te Papa Green #295544

Tints of Te Papa Green #295544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.81%

 BLUE value IS 68 (26.95% from 255) = 35.05%

R = 21.13%
G = 43.81%
B = 35.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#295544 (or 0x295544) is known color: Te Papa Green. HEX triplet: 29, 55 and 44. RGB value is (41,85,68). Sum of RGB (Red+Green+Blue) = 41+85+68=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #295544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295544 is #D6AABB. Grayscale: #454545. Windows color (decimal): -14068412 or 4478249. OLE color: 4478249.

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

Color convert

RGB 41 85 68 -
CMYK 0.52 0 0.20 0.67
HSL 156.82º 0.35% 0.25% -
HSV(B) 156.82º 0.52% 0.33% -
XYZ 5.21 7.39 6.62 -
YUV 69.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 41 85 68 0.52 0 0.20 0.67 156.82 0.35 0.25
Hex 29 55 44 34 0 14 43 9D 23 19
Octal 51 125 104 64 0 24 103 235 43 31
Binary 101001 1010101 1000100 110100 0 10100 1000011 10011101 100011 11001

Color Harmonies of #295544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295544

Black with #295544

Text Example


Text Example

White with #295544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295544; }

 p { color: rgb(41,85,68); }

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

background-color css

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

 a { background-color: rgb(41,85,68); }

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

border-color css

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

 span { border-color: rgb(41,85,68); }

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