Html Css Color HEX #29483D Te Papa Green

📋 copy color: '#29483D'

red 41 ◦ green 72 ◦ blue 61

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

Shades of Te Papa Green #29483D

Tints of Te Papa Green #29483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.38%

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

R = 23.56%
G = 41.38%
B = 35.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#29483D (or 0x29483D) is known color: Te Papa Green. HEX triplet: 29, 48 and 3D. RGB value is (41,72,61). Sum of RGB (Red+Green+Blue) = 41+72+61=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #29483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29483D is #D6B7C2. Grayscale: #3D3D3D. Windows color (decimal): -14071747 or 4016169. OLE color: 4016169.

HSL color Cylindrical-coordinate representation of color #29483D: hue angle of 158.71º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29483D is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 72 61 -
CMYK 0.43 0 0.15 0.72
HSL 158.71º 0.27% 0.22% -
HSV(B) 158.71º 0.43% 0.28% -
XYZ 4.07 5.44 5.25 -
YUV 61.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 41 72 61 0.43 0 0.15 0.72 158.71 0.27 0.22
Hex 29 48 3D 2B 0 F 48 9F 1B 16
Octal 51 110 75 53 0 17 110 237 33 26
Binary 101001 1001000 111101 101011 0 1111 1001000 10011111 11011 10110

Color Harmonies of #29483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29483D

Black with #29483D

Text Example


Text Example

White with #29483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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