#305341

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

Shades of Te Papa Green #305341

Tints of Te Papa Green #305341

Color information

#305341 (or 0x305341) is unknown color: approx Te Papa Green. HEX triplet: 30, 53 and 41. RGB value is (48,83,65). Sum of RGB (Red+Green+Blue) = 48+83+65=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #305341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305341 is #CFACBE. Grayscale: #464646. Windows color (decimal): -13610175 or 4281136. OLE color: 4281136.

HSL color Cylindrical-coordinate representation of color #305341: hue angle of 149.14º 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 #305341 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB488365-
CMYK0.4200.220.67
HSL149.14º26.72%25.69%-
HSV(B)149.14º42.17%32.55%-
XYZ5.277.26.11-
YUV70.48124.9111.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=24.49%
G=42.35%
B=33.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883650.4200.220.67149.1426.7225.69
Hex3053412A01643951b1a
Octal60123101520261032253332
Binary110000101001110000011010100101101000011100101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305341; }

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

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

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

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

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

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

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

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