#1F3027

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

Shades of Cardin Green #1F3027

Tints of Cardin Green #1F3027

Color information

#1F3027 (or 0x1F3027) is unknown color: approx Cardin Green. HEX triplet: 1F, 30 and 27. RGB value is (31,48,39). Sum of RGB (Red+Green+Blue) = 31+48+39=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3027 is #E0CFD8. Grayscale: #292929. Windows color (decimal): -14733273 or 2568223. OLE color: 2568223.

HSL color Cylindrical-coordinate representation of color #1F3027: hue angle of 148.24º 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 #1F3027 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB314839-
CMYK0.3500.190.81
HSL148.24º21.52%15.49%-
HSV(B)148.24º35.42%18.82%-
XYZ1.992.552.31-
YUV41.89126.37120.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.27%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=26.27%
G=40.68%
B=33.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3148390.3500.190.81148.2421.5215.49
Hex1F302723013519416f
Octal376047430231212242617
Binary11111110000100111100011010011101000110010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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