Html Css Color HEX #295043 Te Papa Green

📋 copy color: '#295043'

red 41 ◦ green 80 ◦ blue 67

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

Shades of Te Papa Green #295043

Tints of Te Papa Green #295043

RGB

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

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

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

R = 21.81%
G = 42.55%
B = 35.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#295043 (or 0x295043) is known color: Te Papa Green. HEX triplet: 29, 50 and 43. RGB value is (41,80,67). Sum of RGB (Red+Green+Blue) = 41+80+67=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #295043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295043 is #D6AFBC. Grayscale: #424242. Windows color (decimal): -14069693 or 4411433. OLE color: 4411433.

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

Color convert

RGB 41 80 67 -
CMYK 0.49 0 0.16 0.69
HSL 160º 0.32% 0.24% -
HSV(B) 160º 0.49% 0.31% -
XYZ 4.8 6.61 6.33 -
YUV 66.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 41 80 67 0.49 0 0.16 0.69 160 0.32 0.24
Hex 29 50 43 31 0 10 45 A0 20 18
Octal 51 120 103 61 0 20 105 240 40 30
Binary 101001 1010000 1000011 110001 0 10000 1000101 10100000 100000 11000

Color Harmonies of #295043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295043

Black with #295043

Text Example


Text Example

White with #295043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295043; }

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

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

background-color css

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

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

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

border-color css

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

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

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