Html Css Color HEX #294B3C Te Papa Green

📋 copy color: '#294B3C'

red 41 ◦ green 75 ◦ blue 60

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

Shades of Te Papa Green #294B3C

Tints of Te Papa Green #294B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.61%

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

R = 23.3%
G = 42.61%
B = 34.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#294B3C (or 0x294B3C) is known color: Te Papa Green. HEX triplet: 29, 4B and 3C. RGB value is (41,75,60). Sum of RGB (Red+Green+Blue) = 41+75+60=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #294B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B3C is #D6B4C3. Grayscale: #3F3F3F. Windows color (decimal): -14070980 or 3951401. OLE color: 3951401.

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

Color convert

RGB 41 75 60 -
CMYK 0.45 0 0.20 0.71
HSL 153.53º 0.29% 0.23% -
HSV(B) 153.53º 0.45% 0.29% -
XYZ 4.25 5.83 5.18 -
YUV 63.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 41 75 60 0.45 0 0.20 0.71 153.53 0.29 0.23
Hex 29 4B 3C 2D 0 14 47 9A 1D 17
Octal 51 113 74 55 0 24 107 232 35 27
Binary 101001 1001011 111100 101101 0 10100 1000111 10011010 11101 10111

Color Harmonies of #294B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B3C

Black with #294B3C

Text Example


Text Example

White with #294B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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