Html Css Color HEX #1C211F Cardin Green

📋 copy color: '#1C211F'

red 28 ◦ green 33 ◦ blue 31

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

Shades of Cardin Green #1C211F

Tints of Cardin Green #1C211F

RGB

 RED value IS 28 (11.33% from 255) = 30.43%

 GREEN value IS 33 (13.28% from 255) = 35.87%

 BLUE value IS 31 (12.5% from 255) = 33.7%

R = 30.43%
G = 35.87%
B = 33.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#1C211F (or 0x1C211F) is known color: Cardin Green. HEX triplet: 1C, 21 and 1F. RGB value is (28,33,31). Sum of RGB (Red+Green+Blue) = 28+33+31=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 33 - color contains mainly: green. Hex color #1C211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C211F is #E3DEE0. Grayscale: #1F1F1F. Windows color (decimal): -14933729 or 2040092. OLE color: 2040092.

HSL color Cylindrical-coordinate representation of color #1C211F: 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.15%. Process color model (Four color, CMYK) of #1C211F is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB 28 33 31 -
CMYK 0.15 0 0.06 0.87
HSL 156º 0.08% 0.12% -
HSV(B) 156º 0.15% 0.13% -
XYZ 1.27 1.43 1.51 -
YUV 31.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 28 33 31 0.15 0 0.06 0.87 156 0.08 0.12
Hex 1C 21 1F F 0 6 57 9C 8 C
Octal 34 41 37 17 0 6 127 234 10 14
Binary 11100 100001 11111 1111 0 110 1010111 10011100 1000 1100

Color Harmonies of #1C211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C211F

Black with #1C211F

Text Example


Text Example

White with #1C211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,33,31); }

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

background-color css

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

 a { background-color: rgb(28,33,31); }

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

border-color css

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

 span { border-color: rgb(28,33,31); }

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