#304B40

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

Shades of Te Papa Green #304B40

Tints of Te Papa Green #304B40

Color information

#304B40 (or 0x304B40) is unknown color: approx Te Papa Green. HEX triplet: 30, 4B and 40. RGB value is (48,75,64). Sum of RGB (Red+Green+Blue) = 48+75+64=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #304B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B40 is #CFB4BF. Grayscale: #414141. Windows color (decimal): -13612224 or 4213552. OLE color: 4213552.

HSL color Cylindrical-coordinate representation of color #304B40: hue angle of 155.56º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304B40 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB487564-
CMYK0.3600.150.71
HSL155.56º21.95%24.12%-
HSV(B)155.56º36%29.41%-
XYZ4.666.035.77-
YUV65.67127.05115.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=25.67%
G=40.11%
B=34.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875640.3600.150.71155.5621.9524.12
Hex304B40240F479c1618
Octal60113100440171072342630
Binary11000010010111000000100100011111000111100111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304B40; }

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

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

<style>
 a { background-color: #304B40; }

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

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

<style>
 span { border-color: #304B40; }

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

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