#1B2721

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

Shades of Cardin Green #1B2721

Tints of Cardin Green #1B2721

Color information

#1B2721 (or 0x1B2721) is unknown color: approx Cardin Green. HEX triplet: 1B, 27 and 21. RGB value is (27,39,33). Sum of RGB (Red+Green+Blue) = 27+39+33=99 (13% of max value = 765). Red value is 27 (10.94% from 255 or 27.27% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 39 - color contains mainly: green. Hex color #1B2721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2721 is #E4D8DE. Grayscale: #222222. Windows color (decimal): -14997727 or 2172699. OLE color: 2172699.

HSL color Cylindrical-coordinate representation of color #1B2721: hue angle of 150º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1B2721 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB273933-
CMYK0.3100.150.85
HSL150º18.18%12.94%-
HSV(B)150º30.77%15.29%-
XYZ1.451.791.71-
YUV34.73127.02122.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 27.27%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=27.27%
G=39.39%
B=33.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2739330.3100.150.8515018.1812.94
Hex1B27211F0F559612d
Octal334741370171252262215
Binary110111001111000011111101111101010110010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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