#30473E

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

Shades of Te Papa Green #30473E

Tints of Te Papa Green #30473E

Color information

#30473E (or 0x30473E) is unknown color: approx Te Papa Green. HEX triplet: 30, 47 and 3E. RGB value is (48,71,62). Sum of RGB (Red+Green+Blue) = 48+71+62=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #30473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30473E is #CFB8C1. Grayscale: #3F3F3F. Windows color (decimal): -13613250 or 4081456. OLE color: 4081456.

HSL color Cylindrical-coordinate representation of color #30473E: hue angle of 156.52º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #30473E is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB487162-
CMYK0.3200.130.72
HSL156.52º19.33%23.33%-
HSV(B)156.52º32.39%27.84%-
XYZ4.345.485.39-
YUV63.1127.38117.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=26.52%
G=39.23%
B=34.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4871620.3200.130.72156.5219.3323.33
Hex30473E200D489d1317
Octal6010776400151102352327
Binary1100001000111111110100000011011001000100111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30473E; }

 p { color: rgb(48,71,62); }

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

<style>
 a { background-color: #30473E; }

 a { background-color: rgb(48,71,62); }

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

<style>
 span { border-color: #30473E; }

 span { border-color: rgb(48,71,62); }

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