Html Css Color HEX #304F42 Te Papa Green

📋 copy color: '#304F42'

red 48 ◦ green 79 ◦ blue 66

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

Shades of Te Papa Green #304F42

Tints of Te Papa Green #304F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.93%

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

R = 24.87%
G = 40.93%
B = 34.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#304F42 (or 0x304F42) is known color: Te Papa Green. HEX triplet: 30, 4F and 42. RGB value is (48,79,66). Sum of RGB (Red+Green+Blue) = 48+79+66=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #304F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F42 is #CFB0BD. Grayscale: #444444. Windows color (decimal): -13611198 or 4345648. OLE color: 4345648.

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

Color convert

RGB 48 79 66 -
CMYK 0.39 0 0.16 0.69
HSL 154.84º 0.24% 0.25% -
HSV(B) 154.84º 0.39% 0.31% -
XYZ 5 6.61 6.17 -
YUV 68.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 48 79 66 0.39 0 0.16 0.69 154.84 0.24 0.25
Hex 30 4F 42 27 0 10 45 9B 18 19
Octal 60 117 102 47 0 20 105 233 30 31
Binary 110000 1001111 1000010 100111 0 10000 1000101 10011011 11000 11001

Color Harmonies of #304F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F42

Black with #304F42

Text Example


Text Example

White with #304F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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