Html Css Color HEX #304E41 Te Papa Green

📋 copy color: '#304E41'

red 48 ◦ green 78 ◦ blue 65

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

Shades of Te Papa Green #304E41

Tints of Te Papa Green #304E41

RGB

 RED value IS 48 (19.14% from 255) = 25.13%

 GREEN value IS 78 (30.86% from 255) = 40.84%

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 25.13%
G = 40.84%
B = 34.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#304E41 (or 0x304E41) is known color: Te Papa Green. HEX triplet: 30, 4E and 41. RGB value is (48,78,65). Sum of RGB (Red+Green+Blue) = 48+78+65=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #304E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E41 is #CFB1BE. Grayscale: #434343. Windows color (decimal): -13611455 or 4279856. OLE color: 4279856.

HSL color Cylindrical-coordinate representation of color #304E41: hue angle of 154º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304E41 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 78 65 -
CMYK 0.38 0 0.17 0.69
HSL 154º 0.24% 0.25% -
HSV(B) 154º 0.38% 0.31% -
XYZ 4.9 6.46 5.99 -
YUV 67.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 48 78 65 0.38 0 0.17 0.69 154 0.24 0.25
Hex 30 4E 41 26 0 11 45 9A 18 19
Octal 60 116 101 46 0 21 105 232 30 31
Binary 110000 1001110 1000001 100110 0 10001 1000101 10011010 11000 11001

Color Harmonies of #304E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E41

Black with #304E41

Text Example


Text Example

White with #304E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304E41; }

 p { color: rgb(48,78,65); }

 H1.HeaderClassName
 {
   color: #304E41;
 }
 .AnyTagClassName
 {
   color: #304E41;
 }
</style>

background-color css

<style>
 a { background-color: #304E41; }

 a { background-color: rgb(48,78,65); }

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

border-color css

<style>
 span { border-color: #304E41; }

 span { border-color: rgb(48,78,65); }

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