#1B3027

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

Shades of Cardin Green #1B3027

Tints of Cardin Green #1B3027

Color information

#1B3027 (or 0x1B3027) is unknown color: approx Cardin Green. HEX triplet: 1B, 30 and 27. RGB value is (27,48,39). Sum of RGB (Red+Green+Blue) = 27+48+39=114 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.68% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #1B3027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3027 is #E4CFD8. Grayscale: #282828. Windows color (decimal): -14995417 or 2568219. OLE color: 2568219.

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

Color convert

RGB274839-
CMYK0.4400.190.81
HSL154.29º28%14.71%-
HSV(B)154.29º43.75%18.82%-
XYZ1.882.492.3-
YUV40.69127.04118.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.68%
GREEN value IS 48 (19.14% from 255) = 42.11%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=23.68%
G=42.11%
B=34.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2748390.4400.190.81154.292814.71
Hex1B30272C013519a1cf
Octal336047540231212323417
Binary11011110000100111101100010011101000110011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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