Html Css Color HEX #1B2721 Cardin Green

📋 copy color: '#1B2721'

red 27 ◦ green 39 ◦ blue 33

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

Shades of Cardin Green #1B2721

Tints of Cardin Green #1B2721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 39.39%

 BLUE value IS 33 (13.28% from 255) = 33.33%

R = 27.27%
G = 39.39%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#1B2721 (or 0x1B2721) is known color: Cardin Green. HEX triplet: 1B, 27 and 21. RGB value is (27,39,33). Sum of RGB (Red+Green+Blue) = 27+39+33=99 (13% of max value = 765). Red value is 27 (10.94% from 255 or 27.27% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 39 - color contains mainly: green. Hex color #1B2721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2721 is #E4D8DE. Grayscale: #222222. Windows color (decimal): -14997727 or 2172699. OLE color: 2172699.

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

Color convert

RGB 27 39 33 -
CMYK 0.31 0 0.15 0.85
HSL 150º 0.18% 0.13% -
HSV(B) 150º 0.31% 0.15% -
XYZ 1.45 1.79 1.71 -
YUV 34.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 27 39 33 0.31 0 0.15 0.85 150 0.18 0.13
Hex 1B 27 21 1F 0 F 55 96 12 D
Octal 33 47 41 37 0 17 125 226 22 15
Binary 11011 100111 100001 11111 0 1111 1010101 10010110 10010 1101

Color Harmonies of #1B2721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2721

Black with #1B2721

Text Example


Text Example

White with #1B2721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,39,33); }

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

background-color css

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

 a { background-color: rgb(27,39,33); }

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

border-color css

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

 span { border-color: rgb(27,39,33); }

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