Html Css Color HEX #29453D Te Papa Green

📋 copy color: '#29453D'

red 41 ◦ green 69 ◦ blue 61

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

Shades of Te Papa Green #29453D

Tints of Te Papa Green #29453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

 BLUE value IS 61 (24.22% from 255) = 35.67%

R = 23.98%
G = 40.35%
B = 35.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#29453D (or 0x29453D) is known color: Te Papa Green. HEX triplet: 29, 45 and 3D. RGB value is (41,69,61). Sum of RGB (Red+Green+Blue) = 41+69+61=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #29453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29453D is #D6BAC2. Grayscale: #3B3B3B. Windows color (decimal): -14072515 or 4015401. OLE color: 4015401.

HSL color Cylindrical-coordinate representation of color #29453D: hue angle of 162.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29453D is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 69 61 -
CMYK 0.41 0 0.12 0.73
HSL 162.86º 0.25% 0.22% -
HSV(B) 162.86º 0.41% 0.27% -
XYZ 3.88 5.06 5.19 -
YUV 59.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 41 69 61 0.41 0 0.12 0.73 162.86 0.25 0.22
Hex 29 45 3D 29 0 C 49 A3 19 16
Octal 51 105 75 51 0 14 111 243 31 26
Binary 101001 1000101 111101 101001 0 1100 1001001 10100011 11001 10110

Color Harmonies of #29453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29453D

Black with #29453D

Text Example


Text Example

White with #29453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29453D; }

 p { color: rgb(41,69,61); }

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

background-color css

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

 a { background-color: rgb(41,69,61); }

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

border-color css

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

 span { border-color: rgb(41,69,61); }

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