Html Css Color HEX #30493E Te Papa Green

📋 copy color: '#30493E'

red 48 ◦ green 73 ◦ blue 62

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

Shades of Te Papa Green #30493E

Tints of Te Papa Green #30493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.88%

R = 26.23%
G = 39.89%
B = 33.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#30493E (or 0x30493E) is known color: Te Papa Green. HEX triplet: 30, 49 and 3E. RGB value is (48,73,62). Sum of RGB (Red+Green+Blue) = 48+73+62=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #30493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30493E is #CFB6C1. Grayscale: #404040. Windows color (decimal): -13612738 or 4081968. OLE color: 4081968.

HSL color Cylindrical-coordinate representation of color #30493E: hue angle of 153.6º 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 #30493E is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 62 -
CMYK 0.34 0 0.15 0.71
HSL 153.6º 0.21% 0.24% -
HSV(B) 153.6º 0.34% 0.29% -
XYZ 4.47 5.74 5.43 -
YUV 64.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 48 73 62 0.34 0 0.15 0.71 153.6 0.21 0.24
Hex 30 49 3E 22 0 F 47 9A 15 18
Octal 60 111 76 42 0 17 107 232 25 30
Binary 110000 1001001 111110 100010 0 1111 1000111 10011010 10101 11000

Color Harmonies of #30493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30493E

Black with #30493E

Text Example


Text Example

White with #30493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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