Html Css Color HEX #304F46 Te Papa Green

📋 copy color: '#304F46'

red 48 ◦ green 79 ◦ blue 70

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

Shades of Te Papa Green #304F46

Tints of Te Papa Green #304F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.53%

R = 24.37%
G = 40.1%
B = 35.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#304F46 (or 0x304F46) is known color: Te Papa Green. HEX triplet: 30, 4F and 46. RGB value is (48,79,70). Sum of RGB (Red+Green+Blue) = 48+79+70=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 79 - color contains mainly: green. Hex color #304F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F46 is #CFB0B9. Grayscale: #444444. Windows color (decimal): -13611194 or 4607792. OLE color: 4607792.

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

Color convert

RGB 48 79 70 -
CMYK 0.39 0 0.11 0.69
HSL 162.58º 0.24% 0.25% -
HSV(B) 162.58º 0.39% 0.31% -
XYZ 5.12 6.66 6.81 -
YUV 68.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 48 79 70 0.39 0 0.11 0.69 162.58 0.24 0.25
Hex 30 4F 46 27 0 B 45 A3 18 19
Octal 60 117 106 47 0 13 105 243 30 31
Binary 110000 1001111 1000110 100111 0 1011 1000101 10100011 11000 11001

Color Harmonies of #304F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F46

Black with #304F46

Text Example


Text Example

White with #304F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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