#30483F

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

Shades of Te Papa Green #30483F

Tints of Te Papa Green #30483F

Color information

#30483F (or 0x30483F) is unknown color: approx Te Papa Green. HEX triplet: 30, 48 and 3F. RGB value is (48,72,63). Sum of RGB (Red+Green+Blue) = 48+72+63=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #30483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30483F is #CFB7C0. Grayscale: #3F3F3F. Windows color (decimal): -13612993 or 4147248. OLE color: 4147248.

HSL color Cylindrical-coordinate representation of color #30483F: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30483F is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB487263-
CMYK0.3300.120.72
HSL157.5º20%23.53%-
HSV(B)157.5º33.33%28.24%-
XYZ4.435.625.55-
YUV63.8127.55116.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 63 (25% from 255) = 34.43%
R=26.23%
G=39.34%
B=34.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872630.3300.120.72157.52023.53
Hex30483F210C489e1418
Octal6011077410141102362430
Binary1100001001000111111100001011001001000100111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30483F;
 }
 .AnyTagClassName
 {
   color: #30483F;
 }
</style>
background-color css

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

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

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

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

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

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