Html Css Color HEX #304E42 Te Papa Green

📋 copy color: '#304E42'

red 48 ◦ green 78 ◦ blue 66

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

Shades of Te Papa Green #304E42

Tints of Te Papa Green #304E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.38%

R = 25%
G = 40.63%
B = 34.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#304E42 (or 0x304E42) is known color: Te Papa Green. HEX triplet: 30, 4E and 42. RGB value is (48,78,66). Sum of RGB (Red+Green+Blue) = 48+78+66=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 78 - color contains mainly: green. Hex color #304E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E42 is #CFB1BD. Grayscale: #434343. Windows color (decimal): -13611454 or 4345392. OLE color: 4345392.

HSL color Cylindrical-coordinate representation of color #304E42: hue angle of 156º 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 #304E42 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 78 66 -
CMYK 0.38 0 0.15 0.69
HSL 156º 0.24% 0.25% -
HSV(B) 156º 0.38% 0.31% -
XYZ 4.93 6.47 6.14 -
YUV 67.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 48 78 66 0.38 0 0.15 0.69 156 0.24 0.25
Hex 30 4E 42 26 0 F 45 9C 18 19
Octal 60 116 102 46 0 17 105 234 30 31
Binary 110000 1001110 1000010 100110 0 1111 1000101 10011100 11000 11001

Color Harmonies of #304E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E42

Black with #304E42

Text Example


Text Example

White with #304E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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