#30453D

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

Shades of Te Papa Green #30453D

Tints of Te Papa Green #30453D

Color information

#30453D (or 0x30453D) is unknown color: approx Te Papa Green. HEX triplet: 30, 45 and 3D. RGB value is (48,69,61). Sum of RGB (Red+Green+Blue) = 48+69+61=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 69 - color contains mainly: green. Hex color #30453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30453D is #CFBAC2. Grayscale: #3D3D3D. Windows color (decimal): -13613763 or 4015408. OLE color: 4015408.

HSL color Cylindrical-coordinate representation of color #30453D: hue angle of 157.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #30453D is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB486961-
CMYK0.3000.120.73
HSL157.14º17.95%22.94%-
HSV(B)157.14º30.43%27.06%-
XYZ4.195.225.2-
YUV61.81127.54118.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=26.97%
G=38.76%
B=34.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869610.3000.120.73157.1417.9522.94
Hex30453D1E0C499d1217
Octal6010575360141112352227
Binary110000100010111110111110011001001001100111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30453D; }

 p { color: rgb(48,69,61); }

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

<style>
 a { background-color: #30453D; }

 a { background-color: rgb(48,69,61); }

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

<style>
 span { border-color: #30453D; }

 span { border-color: rgb(48,69,61); }

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