#1B3227

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

Shades of Cardin Green #1B3227

Tints of Cardin Green #1B3227

Color information

#1B3227 (or 0x1B3227) is unknown color: approx Cardin Green. HEX triplet: 1B, 32 and 27. RGB value is (27,50,39). Sum of RGB (Red+Green+Blue) = 27+50+39=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #1B3227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3227 is #E4CDD8. Grayscale: #292929. Windows color (decimal): -14994905 or 2568731. OLE color: 2568731.

HSL color Cylindrical-coordinate representation of color #1B3227: hue angle of 151.3º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B3227 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB275039-
CMYK0.4600.220.80
HSL151.3º29.87%15.1%-
HSV(B)151.3º46%19.61%-
XYZ1.962.662.33-
YUV41.87126.38117.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.28%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=23.28%
G=43.10%
B=33.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2750390.4600.220.80151.329.8715.1
Hex1B32272E01650971ef
Octal336247560261202273617
Binary11011110010100111101110010110101000010010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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