#31423C

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

Shades of Te Papa Green #31423C

Tints of Te Papa Green #31423C

Color information

#31423C (or 0x31423C) is unknown color: approx Te Papa Green. HEX triplet: 31, 42 and 3C. RGB value is (49,66,60). Sum of RGB (Red+Green+Blue) = 49+66+60=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 66 - color contains mainly: green. Hex color #31423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31423C is #CEBDC3. Grayscale: #3C3C3C. Windows color (decimal): -13548996 or 3949105. OLE color: 3949105.

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

Color convert

RGB496660-
CMYK0.2600.090.74
HSL158.82º14.78%22.55%-
HSV(B)158.82º25.76%25.88%-
XYZ4.034.885-
YUV60.23127.87119.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=28%
G=37.71%
B=34.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4966600.2600.090.74158.8214.7822.55
Hex31423C1A094A9ff17
Octal6110274320111122371727
Binary11000110000101111001101001001100101010011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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