Html Css Color HEX #30463F Te Papa Green

📋 copy color: '#30463F'

red 48 ◦ green 70 ◦ blue 63

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

Shades of Te Papa Green #30463F

Tints of Te Papa Green #30463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

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

R = 26.52%
G = 38.67%
B = 34.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#30463F (or 0x30463F) is known color: Te Papa Green. HEX triplet: 30, 46 and 3F. RGB value is (48,70,63). Sum of RGB (Red+Green+Blue) = 48+70+63=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 70 - color contains mainly: green. Hex color #30463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30463F is #CFB9C0. Grayscale: #3E3E3E. Windows color (decimal): -13613505 or 4146736. OLE color: 4146736.

HSL color Cylindrical-coordinate representation of color #30463F: hue angle of 160.91º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30463F is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 63 -
CMYK 0.31 0 0.10 0.73
HSL 160.91º 0.19% 0.23% -
HSV(B) 160.91º 0.31% 0.27% -
XYZ 4.31 5.37 5.51 -
YUV 62.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 48 70 63 0.31 0 0.10 0.73 160.91 0.19 0.23
Hex 30 46 3F 1F 0 A 49 A1 13 17
Octal 60 106 77 37 0 12 111 241 23 27
Binary 110000 1000110 111111 11111 0 1010 1001001 10100001 10011 10111

Color Harmonies of #30463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30463F

Black with #30463F

Text Example


Text Example

White with #30463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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