#305349

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

Shades of Te Papa Green #305349

Tints of Te Papa Green #305349

Color information

#305349 (or 0x305349) is unknown color: approx Te Papa Green. HEX triplet: 30, 53 and 49. RGB value is (48,83,73). Sum of RGB (Red+Green+Blue) = 48+83+73=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #305349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305349 is #CFACB6. Grayscale: #474747. Windows color (decimal): -13610167 or 4805424. OLE color: 4805424.

HSL color Cylindrical-coordinate representation of color #305349: hue angle of 162.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #305349 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB488373-
CMYK0.4200.120.67
HSL162.86º26.72%25.69%-
HSV(B)162.86º42.17%32.55%-
XYZ5.517.37.42-
YUV71.4128.9111.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=23.53%
G=40.69%
B=35.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883730.4200.120.67162.8626.7225.69
Hex3053492A0C43a31b1a
Octal60123111520141032433332
Binary11000010100111001001101010011001000011101000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305349; }

 p { color: rgb(48,83,73); }

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

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

 a { background-color: rgb(48,83,73); }

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

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

 span { border-color: rgb(48,83,73); }

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