Html Css Color HEX #1B2420 Cardin Green

📋 copy color: '#1B2420'

red 27 ◦ green 36 ◦ blue 32

#1B2420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #1B2420

Tints of Cardin Green #1B2420

RGB

 RED value IS 27 (10.94% from 255) = 28.42%

 GREEN value IS 36 (14.45% from 255) = 37.89%

 BLUE value IS 32 (12.89% from 255) = 33.68%

R = 28.42%
G = 37.89%
B = 33.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#1B2420 (or 0x1B2420) is known color: Cardin Green. HEX triplet: 1B, 24 and 20. RGB value is (27,36,32). Sum of RGB (Red+Green+Blue) = 27+36+32=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 36 - color contains mainly: green. Hex color #1B2420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2420 is #E4DBDF. Grayscale: #202020. Windows color (decimal): -14998496 or 2106395. OLE color: 2106395.

HSL color Cylindrical-coordinate representation of color #1B2420: hue angle of 153.33º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1B2420 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 27 36 32 -
CMYK 0.25 0 0.11 0.86
HSL 153.33º 0.14% 0.12% -
HSV(B) 153.33º 0.25% 0.14% -
XYZ 1.34 1.6 1.6 -
YUV 32.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 27 36 32 0.25 0 0.11 0.86 153.33 0.14 0.12
Hex 1B 24 20 19 0 B 56 99 E C
Octal 33 44 40 31 0 13 126 231 16 14
Binary 11011 100100 100000 11001 0 1011 1010110 10011001 1110 1100

Color Harmonies of #1B2420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2420

Black with #1B2420

Text Example


Text Example

White with #1B2420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B2420;
 }
 .AnyTagClassName
 {
   color: #1B2420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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