#30463F

Color #30463F Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #30463F

Tints of Te Papa Green #30463F

Color information

#30463F (or 0x30463F) is unknown color: approx 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

RGB487063-
CMYK0.3100.100.73
HSL160.91º18.64%23.14%-
HSV(B)160.91º31.43%27.45%-
XYZ4.315.375.51-
YUV62.62128.21117.57-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870630.3100.100.73160.9118.6423.14
Hex30463F1F0A49a11317
Octal6010677370121112412327
Binary110000100011011111111111010101001001101000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>