#1B3728

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

Shades of Cardin Green #1B3728

Tints of Cardin Green #1B3728

Color information

#1B3728 (or 0x1B3728) is unknown color: approx Cardin Green. HEX triplet: 1B, 37 and 28. RGB value is (27,55,40). Sum of RGB (Red+Green+Blue) = 27+55+40=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #1B3728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3728 is #E4C8D7. Grayscale: #2C2C2C. Windows color (decimal): -14993624 or 2635547. OLE color: 2635547.

HSL color Cylindrical-coordinate representation of color #1B3728: hue angle of 147.86º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1B3728 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB275540-
CMYK0.5100.270.78
HSL147.86º34.15%16.08%-
HSV(B)147.86º50.91%21.57%-
XYZ2.23.122.49-
YUV44.92125.22115.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 55 (21.88% from 255) = 45.08%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=22.13%
G=45.08%
B=32.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2755400.5100.270.78147.8634.1516.08
Hex1B37283301B4E942210
Octal336750630331162244220
Binary1101111011110100011001101101110011101001010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,55,40); }

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

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

 a { background-color: rgb(27,55,40); }

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

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

 span { border-color: rgb(27,55,40); }

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