#30483E

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

Shades of Te Papa Green #30483E

Tints of Te Papa Green #30483E

Color information

#30483E (or 0x30483E) is unknown color: approx Te Papa Green. HEX triplet: 30, 48 and 3E. RGB value is (48,72,62). Sum of RGB (Red+Green+Blue) = 48+72+62=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #30483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30483E is #CFB7C1. Grayscale: #3F3F3F. Windows color (decimal): -13612994 or 4081712. OLE color: 4081712.

HSL color Cylindrical-coordinate representation of color #30483E: hue angle of 155º 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 #30483E is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB487262-
CMYK0.3300.140.72
HSL155º20%23.53%-
HSV(B)155º33.33%28.24%-
XYZ4.415.615.41-
YUV63.68127.05116.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=26.37%
G=39.56%
B=34.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872620.3300.140.721552023.53
Hex30483E210E489b1418
Octal6011076410161102332430
Binary1100001001000111110100001011101001000100110111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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