#1B201E

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

Shades of Cardin Green #1B201E

Tints of Cardin Green #1B201E

Color information

#1B201E (or 0x1B201E) is unknown color: approx Cardin Green. HEX triplet: 1B, 20 and 1E. RGB value is (27,32,30). Sum of RGB (Red+Green+Blue) = 27+32+30=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 32 - color contains mainly: green. Hex color #1B201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B201E is #E4DFE1. Grayscale: #1E1E1E. Windows color (decimal): -14999522 or 1974299. OLE color: 1974299.

HSL color Cylindrical-coordinate representation of color #1B201E: hue angle of 156º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #1B201E is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB273230-
CMYK0.1600.060.87
HSL156º8.47%11.57%-
HSV(B)156º15.62%12.55%-
XYZ1.21.361.43-
YUV30.28127.84125.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.34%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=30.34%
G=35.96%
B=33.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2732300.1600.060.871568.4711.57
Hex1B201E1006579c8c
Octal33403620061272341014
Binary110111000001111010000011010101111001110010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,32,30); }

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

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

 a { background-color: rgb(27,32,30); }

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

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

 span { border-color: rgb(27,32,30); }

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