#1B362B

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

Shades of Cardin Green #1B362B

Tints of Cardin Green #1B362B

Color information

#1B362B (or 0x1B362B) is unknown color: approx Cardin Green. HEX triplet: 1B, 36 and 2B. RGB value is (27,54,43). Sum of RGB (Red+Green+Blue) = 27+54+43=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #1B362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B362B is #E4C9D4. Grayscale: #2C2C2C. Windows color (decimal): -14993877 or 2831899. OLE color: 2831899.

HSL color Cylindrical-coordinate representation of color #1B362B: hue angle of 155.56º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B362B is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB275443-
CMYK0.500.200.79
HSL155.56º33.33%15.88%-
HSV(B)155.56º50%21.18%-
XYZ2.213.052.76-
YUV44.67127.05115.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.77%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=21.77%
G=43.55%
B=34.68%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2754430.500.200.79155.5633.3315.88
Hex1B362B320144F9c2110
Octal336653620241172344120
Binary1101111011010101111001001010010011111001110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,54,43); }

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

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

 a { background-color: rgb(27,54,43); }

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

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

 span { border-color: rgb(27,54,43); }

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