Html Css Color HEX #30493F Te Papa Green

📋 copy color: '#30493F'

red 48 ◦ green 73 ◦ blue 63

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

Shades of Te Papa Green #30493F

Tints of Te Papa Green #30493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.67%

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

R = 26.09%
G = 39.67%
B = 34.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#30493F (or 0x30493F) is known color: Te Papa Green. HEX triplet: 30, 49 and 3F. RGB value is (48,73,63). Sum of RGB (Red+Green+Blue) = 48+73+63=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 73 - color contains mainly: green. Hex color #30493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30493F is #CFB6C0. Grayscale: #404040. Windows color (decimal): -13612737 or 4147504. OLE color: 4147504.

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

Color convert

RGB 48 73 63 -
CMYK 0.34 0 0.14 0.71
HSL 156º 0.21% 0.24% -
HSV(B) 156º 0.34% 0.29% -
XYZ 4.5 5.75 5.58 -
YUV 64.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 48 73 63 0.34 0 0.14 0.71 156 0.21 0.24
Hex 30 49 3F 22 0 E 47 9C 15 18
Octal 60 111 77 42 0 16 107 234 25 30
Binary 110000 1001001 111111 100010 0 1110 1000111 10011100 10101 11000

Color Harmonies of #30493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30493F

Black with #30493F

Text Example


Text Example

White with #30493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30493F; }

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

 H1.HeaderClassName
 {
   color: #30493F;
 }
 .AnyTagClassName
 {
   color: #30493F;
 }
</style>

background-color css

<style>
 a { background-color: #30493F; }

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

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

border-color css

<style>
 span { border-color: #30493F; }

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

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