#30423C

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

Shades of Te Papa Green #30423C

Tints of Te Papa Green #30423C

Color information

#30423C (or 0x30423C) is unknown color: approx Te Papa Green. HEX triplet: 30, 42 and 3C. RGB value is (48,66,60). Sum of RGB (Red+Green+Blue) = 48+66+60=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #30423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30423C is #CFBDC3. Grayscale: #3B3B3B. Windows color (decimal): -13614532 or 3949104. OLE color: 3949104.

HSL color Cylindrical-coordinate representation of color #30423C: hue angle of 160º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #30423C is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB486660-
CMYK0.2700.090.74
HSL160º15.79%22.35%-
HSV(B)160º27.27%25.88%-
XYZ3.984.855-
YUV59.93128.04119.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=27.59%
G=37.93%
B=34.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866600.2700.090.7416015.7922.35
Hex30423C1B094Aa01016
Octal6010274330111122402026
Binary110000100001011110011011010011001010101000001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30423C; }

 p { color: rgb(48,66,60); }

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

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

 a { background-color: rgb(48,66,60); }

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

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

 span { border-color: rgb(48,66,60); }

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