#1B2822

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

Shades of Cardin Green #1B2822

Tints of Cardin Green #1B2822

Color information

#1B2822 (or 0x1B2822) is unknown color: approx Cardin Green. HEX triplet: 1B, 28 and 22. RGB value is (27,40,34). Sum of RGB (Red+Green+Blue) = 27+40+34=101 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.73% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 40 - color contains mainly: green. Hex color #1B2822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2822 is #E4D7DD. Grayscale: #232323. Windows color (decimal): -14997470 or 2238491. OLE color: 2238491.

HSL color Cylindrical-coordinate representation of color #1B2822: hue angle of 152.31º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1B2822 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB274034-
CMYK0.3300.150.84
HSL152.31º19.4%13.14%-
HSV(B)152.31º32.5%15.69%-
XYZ1.51.871.79-
YUV35.43127.19121.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.73%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 34 (13.67% from 255) = 33.66%
R=26.73%
G=39.60%
B=33.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2740340.3300.150.84152.3119.413.14
Hex1B2822210F549813d
Octal335042410171242302315
Binary1101110100010001010000101111101010010011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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