#1B3327

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

Shades of Cardin Green #1B3327

Tints of Cardin Green #1B3327

Color information

#1B3327 (or 0x1B3327) is unknown color: approx Cardin Green. HEX triplet: 1B, 33 and 27. RGB value is (27,51,39). Sum of RGB (Red+Green+Blue) = 27+51+39=117 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.08% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #1B3327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3327 is #E4CCD8. Grayscale: #2A2A2A. Windows color (decimal): -14994649 or 2568987. OLE color: 2568987.

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

Color convert

RGB275139-
CMYK0.4700.240.8
HSL150º30.77%15.29%-
HSV(B)150º47.06%20%-
XYZ22.752.34-
YUV42.46126.05116.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.08%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 39 (15.62% from 255) = 33.33%
R=23.08%
G=43.59%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2751390.4700.240.815030.7715.29
Hex1B33272F01850961ff
Octal336347570301202263717
Binary11011110011100111101111011000101000010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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