#305143

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

Shades of Te Papa Green #305143

Tints of Te Papa Green #305143

Color information

#305143 (or 0x305143) is unknown color: approx Te Papa Green. HEX triplet: 30, 51 and 43. RGB value is (48,81,67). Sum of RGB (Red+Green+Blue) = 48+81+67=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #305143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305143 is #CFAEBC. Grayscale: #454545. Windows color (decimal): -13610685 or 4411696. OLE color: 4411696.

HSL color Cylindrical-coordinate representation of color #305143: hue angle of 154.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305143 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB488167-
CMYK0.4100.170.68
HSL154.55º25.58%25.29%-
HSV(B)154.55º40.74%31.76%-
XYZ5.176.926.37-
YUV69.54126.57112.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=24.49%
G=41.33%
B=34.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881670.4100.170.68154.5525.5825.29
Hex30514329011449b1a19
Octal60121103510211042333231
Binary110000101000110000111010010100011000100100110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305143; }

 p { color: rgb(48,81,67); }

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

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

 a { background-color: rgb(48,81,67); }

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

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

 span { border-color: rgb(48,81,67); }

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