Html Css Color HEX #30493D Te Papa Green

📋 copy color: '#30493D'

red 48 ◦ green 73 ◦ blue 61

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

Shades of Te Papa Green #30493D

Tints of Te Papa Green #30493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.52%

R = 26.37%
G = 40.11%
B = 33.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#30493D (or 0x30493D) is known color: Te Papa Green. HEX triplet: 30, 49 and 3D. RGB value is (48,73,61). Sum of RGB (Red+Green+Blue) = 48+73+61=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #30493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30493D is #CFB6C2. Grayscale: #404040. Windows color (decimal): -13612739 or 4016432. OLE color: 4016432.

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

Color convert

RGB 48 73 61 -
CMYK 0.34 0 0.16 0.71
HSL 151.2º 0.21% 0.24% -
HSV(B) 151.2º 0.34% 0.29% -
XYZ 4.44 5.73 5.29 -
YUV 64.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 48 73 61 0.34 0 0.16 0.71 151.2 0.21 0.24
Hex 30 49 3D 22 0 10 47 97 15 18
Octal 60 111 75 42 0 20 107 227 25 30
Binary 110000 1001001 111101 100010 0 10000 1000111 10010111 10101 11000

Color Harmonies of #30493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30493D

Black with #30493D

Text Example


Text Example

White with #30493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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