Html Css Color HEX #295044 Te Papa Green

📋 copy color: '#295044'

red 41 ◦ green 80 ◦ blue 68

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

Shades of Te Papa Green #295044

Tints of Te Papa Green #295044

RGB

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

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

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

R = 21.69%
G = 42.33%
B = 35.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#295044 (or 0x295044) is known color: Te Papa Green. HEX triplet: 29, 50 and 44. RGB value is (41,80,68). Sum of RGB (Red+Green+Blue) = 41+80+68=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #295044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295044 is #D6AFBB. Grayscale: #424242. Windows color (decimal): -14069692 or 4476969. OLE color: 4476969.

HSL color Cylindrical-coordinate representation of color #295044: hue angle of 161.54º 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 #295044 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 68 -
CMYK 0.49 0 0.15 0.69
HSL 161.54º 0.32% 0.24% -
HSV(B) 161.54º 0.49% 0.31% -
XYZ 4.83 6.63 6.49 -
YUV 66.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 41 80 68 0.49 0 0.15 0.69 161.54 0.32 0.24
Hex 29 50 44 31 0 F 45 A2 20 18
Octal 51 120 104 61 0 17 105 242 40 30
Binary 101001 1010000 1000100 110001 0 1111 1000101 10100010 100000 11000

Color Harmonies of #295044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295044

Black with #295044

Text Example


Text Example

White with #295044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295044; }

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

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

background-color css

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

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

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

border-color css

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

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

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