#1F482F

Color #1F482F Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #1F482F

Tints of Zuccini #1F482F

Color information

#1F482F (or 0x1F482F) is unknown color: approx Zuccini. HEX triplet: 1F, 48 and 2F. RGB value is (31,72,47). Sum of RGB (Red+Green+Blue) = 31+72+47=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #1F482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F482F is #E0B7D0. Grayscale: #383838. Windows color (decimal): -14727121 or 3098655. OLE color: 3098655.

HSL color Cylindrical-coordinate representation of color #1F482F: hue angle of 143.41º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F482F is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB317247-
CMYK0.5700.350.72
HSL143.41º39.81%20.2%-
HSV(B)143.41º56.94%28.24%-
XYZ3.45.133.5-
YUV56.89122.42109.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.67%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=20.67%
G=48%
B=31.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3172470.5700.350.72143.4139.8120.2
Hex1F482F39023488f2814
Octal3711057710431102175024
Binary111111001000101111111001010001110010001000111110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F482F; }

 p { color: rgb(31,72,47); }

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

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

 a { background-color: rgb(31,72,47); }

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

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

 span { border-color: rgb(31,72,47); }

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