Html Css Color HEX #294C3D Te Papa Green

📋 copy color: '#294C3D'

red 41 ◦ green 76 ◦ blue 61

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

Shades of Te Papa Green #294C3D

Tints of Te Papa Green #294C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.7%

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

R = 23.03%
G = 42.7%
B = 34.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#294C3D (or 0x294C3D) is known color: Te Papa Green. HEX triplet: 29, 4C and 3D. RGB value is (41,76,61). Sum of RGB (Red+Green+Blue) = 41+76+61=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #294C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C3D is #D6B3C2. Grayscale: #3F3F3F. Windows color (decimal): -14070723 or 4017193. OLE color: 4017193.

HSL color Cylindrical-coordinate representation of color #294C3D: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294C3D is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 76 61 -
CMYK 0.46 0 0.20 0.70
HSL 154.29º 0.3% 0.23% -
HSV(B) 154.29º 0.46% 0.3% -
XYZ 4.34 5.98 5.34 -
YUV 63.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 41 76 61 0.46 0 0.20 0.70 154.29 0.3 0.23
Hex 29 4C 3D 2E 0 14 46 9A 1E 17
Octal 51 114 75 56 0 24 106 232 36 27
Binary 101001 1001100 111101 101110 0 10100 1000110 10011010 11110 10111

Color Harmonies of #294C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C3D

Black with #294C3D

Text Example


Text Example

White with #294C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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