Html Css Color HEX #1B2520 Cardin Green

📋 copy color: '#1B2520'

red 27 ◦ green 37 ◦ blue 32

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

Shades of Cardin Green #1B2520

Tints of Cardin Green #1B2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.54%

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

R = 28.13%
G = 38.54%
B = 33.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#1B2520 (or 0x1B2520) is known color: Cardin Green. HEX triplet: 1B, 25 and 20. RGB value is (27,37,32). Sum of RGB (Red+Green+Blue) = 27+37+32=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 37 - color contains mainly: green. Hex color #1B2520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2520 is #E4DADF. Grayscale: #212121. Windows color (decimal): -14998240 or 2106651. OLE color: 2106651.

HSL color Cylindrical-coordinate representation of color #1B2520: hue angle of 150º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1B2520 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 27 37 32 -
CMYK 0.27 0 0.14 0.85
HSL 150º 0.16% 0.13% -
HSV(B) 150º 0.27% 0.15% -
XYZ 1.37 1.66 1.61 -
YUV 33.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 27 37 32 0.27 0 0.14 0.85 150 0.16 0.13
Hex 1B 25 20 1B 0 E 55 96 10 D
Octal 33 45 40 33 0 16 125 226 20 15
Binary 11011 100101 100000 11011 0 1110 1010101 10010110 10000 1101

Color Harmonies of #1B2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2520

Black with #1B2520

Text Example


Text Example

White with #1B2520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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