Html Css Color HEX #29443C Te Papa Green

📋 copy color: '#29443C'

red 41 ◦ green 68 ◦ blue 60

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

Shades of Te Papa Green #29443C

Tints of Te Papa Green #29443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.24%

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 24.26%
G = 40.24%
B = 35.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#29443C (or 0x29443C) is known color: Te Papa Green. HEX triplet: 29, 44 and 3C. RGB value is (41,68,60). Sum of RGB (Red+Green+Blue) = 41+68+60=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 68 - color contains mainly: green. Hex color #29443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29443C is #D6BBC3. Grayscale: #3B3B3B. Windows color (decimal): -14072772 or 3949609. OLE color: 3949609.

HSL color Cylindrical-coordinate representation of color #29443C: hue angle of 162.22º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #29443C is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 60 -
CMYK 0.40 0 0.12 0.73
HSL 162.22º 0.25% 0.21% -
HSV(B) 162.22º 0.4% 0.27% -
XYZ 3.8 4.93 5.03 -
YUV 59.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 41 68 60 0.40 0 0.12 0.73 162.22 0.25 0.21
Hex 29 44 3C 28 0 C 49 A2 19 15
Octal 51 104 74 50 0 14 111 242 31 25
Binary 101001 1000100 111100 101000 0 1100 1001001 10100010 11001 10101

Color Harmonies of #29443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29443C

Black with #29443C

Text Example


Text Example

White with #29443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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