Html Css Color HEX #1B201E Cardin Green

📋 copy color: '#1B201E'

red 27 ◦ green 32 ◦ blue 30

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

Shades of Cardin Green #1B201E

Tints of Cardin Green #1B201E

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 value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#1B201E (or 0x1B201E) is known color: 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

RGB 27 32 30 -
CMYK 0.16 0 0.06 0.87
HSL 156º 0.08% 0.12% -
HSV(B) 156º 0.16% 0.13% -
XYZ 1.2 1.36 1.43 -
YUV 30.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 27 32 30 0.16 0 0.06 0.87 156 0.08 0.12
Hex 1B 20 1E 10 0 6 57 9C 8 C
Octal 33 40 36 20 0 6 127 234 10 14
Binary 11011 100000 11110 10000 0 110 1010111 10011100 1000 1100

Color Harmonies of #1B201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B201E

Black with #1B201E

Text Example


Text Example

White with #1B201E

Text Example


Text Example

HTML Codes & Css Web 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>