#1F3028

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

Shades of Cardin Green #1F3028

Tints of Cardin Green #1F3028

Color information

#1F3028 (or 0x1F3028) is unknown color: approx Cardin Green. HEX triplet: 1F, 30 and 28. RGB value is (31,48,40). Sum of RGB (Red+Green+Blue) = 31+48+40=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3028 is #E0CFD7. Grayscale: #2A2A2A. Windows color (decimal): -14733272 or 2633759. OLE color: 2633759.

HSL color Cylindrical-coordinate representation of color #1F3028: hue angle of 151.76º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F3028 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB314840-
CMYK0.3500.170.81
HSL151.76º21.52%15.49%-
HSV(B)151.76º35.42%18.82%-
XYZ2.012.562.4-
YUV42126.87120.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.05%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=26.05%
G=40.34%
B=33.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3148400.3500.170.81151.7621.5215.49
Hex1F302823011519816f
Octal376050430211212302617
Binary11111110000101000100011010001101000110011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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