#1F3128

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

Shades of Cardin Green #1F3128

Tints of Cardin Green #1F3128

Color information

#1F3128 (or 0x1F3128) is unknown color: approx Cardin Green. HEX triplet: 1F, 31 and 28. RGB value is (31,49,40). Sum of RGB (Red+Green+Blue) = 31+49+40=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3128 is #E0CED7. Grayscale: #2A2A2A. Windows color (decimal): -14733016 or 2634015. OLE color: 2634015.

HSL color Cylindrical-coordinate representation of color #1F3128: hue angle of 150º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F3128 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB314940-
CMYK0.3700.180.81
HSL150º22.5%15.69%-
HSV(B)150º36.73%19.22%-
XYZ2.052.642.41-
YUV42.59126.54119.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.83%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=25.83%
G=40.83%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149400.3700.180.8115022.515.69
Hex1F31282501251961610
Octal376150450221212262620
Binary111111100011010001001010100101010001100101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,40); }

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

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

 a { background-color: rgb(31,49,40); }

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

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

 span { border-color: rgb(31,49,40); }

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