#30433D

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

Shades of Te Papa Green #30433D

Tints of Te Papa Green #30433D

Color information

#30433D (or 0x30433D) is unknown color: approx Te Papa Green. HEX triplet: 30, 43 and 3D. RGB value is (48,67,61). Sum of RGB (Red+Green+Blue) = 48+67+61=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 67 - color contains mainly: green. Hex color #30433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30433D is #CFBCC2. Grayscale: #3C3C3C. Windows color (decimal): -13614275 or 4014896. OLE color: 4014896.

HSL color Cylindrical-coordinate representation of color #30433D: hue angle of 161.05º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #30433D is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB486761-
CMYK0.2800.090.74
HSL161.05º16.52%22.55%-
HSV(B)161.05º28.36%26.27%-
XYZ4.074.985.16-
YUV60.64128.21118.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 67 (26.56% from 255) = 38.07%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=27.27%
G=38.07%
B=34.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867610.2800.090.74161.0516.5222.55
Hex30433D1C094Aa11117
Octal6010375340111122412127
Binary110000100001111110111100010011001010101000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30433D; }

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

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

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

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

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

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

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

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