#30403B

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

Shades of Te Papa Green #30403B

Tints of Te Papa Green #30403B

Color information

#30403B (or 0x30403B) is unknown color: approx Te Papa Green. HEX triplet: 30, 40 and 3B. RGB value is (48,64,59). Sum of RGB (Red+Green+Blue) = 48+64+59=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #30403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30403B is #CFBFC4. Grayscale: #3A3A3A. Windows color (decimal): -13615045 or 3883056. OLE color: 3883056.

HSL color Cylindrical-coordinate representation of color #30403B: hue angle of 161.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #30403B is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB486459-
CMYK0.2500.080.75
HSL161.25º14.29%21.96%-
HSV(B)161.25º25%25.1%-
XYZ3.844.614.83-
YUV58.65128.2120.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=28.07%
G=37.43%
B=34.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864590.2500.080.75161.2514.2921.96
Hex30403B19084Ba1e16
Octal6010073310101132411626
Binary11000010000001110111100101000100101110100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30403B; }

 p { color: rgb(48,64,59); }

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

<style>
 a { background-color: #30403B; }

 a { background-color: rgb(48,64,59); }

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

<style>
 span { border-color: #30403B; }

 span { border-color: rgb(48,64,59); }

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