#30534A

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

Shades of Te Papa Green #30534A

Tints of Te Papa Green #30534A

Color information

#30534A (or 0x30534A) is unknown color: approx Te Papa Green. HEX triplet: 30, 53 and 4A. RGB value is (48,83,74). Sum of RGB (Red+Green+Blue) = 48+83+74=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #30534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30534A is #CFACB5. Grayscale: #474747. Windows color (decimal): -13610166 or 4870960. OLE color: 4870960.

HSL color Cylindrical-coordinate representation of color #30534A: hue angle of 164.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #30534A is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB488374-
CMYK0.4200.110.67
HSL164.57º26.72%25.69%-
HSV(B)164.57º42.17%32.55%-
XYZ5.557.317.6-
YUV71.51129.4111.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=23.41%
G=40.49%
B=36.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883740.4200.110.67164.5726.7225.69
Hex30534A2A0B43a51b1a
Octal60123112520131032453332
Binary11000010100111001010101010010111000011101001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30534A; }

 p { color: rgb(48,83,74); }

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

<style>
 a { background-color: #30534A; }

 a { background-color: rgb(48,83,74); }

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

<style>
 span { border-color: #30534A; }

 span { border-color: rgb(48,83,74); }

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