Html Css Color HEX #304A3F Te Papa Green

📋 copy color: '#304A3F'

red 48 ◦ green 74 ◦ blue 63

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

Shades of Te Papa Green #304A3F

Tints of Te Papa Green #304A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40%

 BLUE value IS 63 (25% from 255) = 34.05%

R = 25.95%
G = 40%
B = 34.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#304A3F (or 0x304A3F) is known color: Te Papa Green. HEX triplet: 30, 4A and 3F. RGB value is (48,74,63). Sum of RGB (Red+Green+Blue) = 48+74+63=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 74 - color contains mainly: green. Hex color #304A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304A3F is #CFB5C0. Grayscale: #404040. Windows color (decimal): -13612481 or 4147760. OLE color: 4147760.

HSL color Cylindrical-coordinate representation of color #304A3F: hue angle of 154.62º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #304A3F is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 74 63 -
CMYK 0.35 0 0.15 0.71
HSL 154.62º 0.21% 0.24% -
HSV(B) 154.62º 0.35% 0.29% -
XYZ 4.56 5.88 5.6 -
YUV 64.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 48 74 63 0.35 0 0.15 0.71 154.62 0.21 0.24
Hex 30 4A 3F 23 0 F 47 9B 15 18
Octal 60 112 77 43 0 17 107 233 25 30
Binary 110000 1001010 111111 100011 0 1111 1000111 10011011 10101 11000

Color Harmonies of #304A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A3F

Black with #304A3F

Text Example


Text Example

White with #304A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,74,63); }

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

background-color css

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

 a { background-color: rgb(48,74,63); }

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

border-color css

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

 span { border-color: rgb(48,74,63); }

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