Html Css Color HEX #17211C Cardin Green

📋 copy color: '#17211C'

red 23 ◦ green 33 ◦ blue 28

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

Shades of Cardin Green #17211C

Tints of Cardin Green #17211C

RGB

 RED value IS 23 (9.38% from 255) = 27.38%

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

 BLUE value IS 28 (11.33% from 255) = 33.33%

R = 27.38%
G = 39.29%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#17211C (or 0x17211C) is known color: Cardin Green. HEX triplet: 17, 21 and 1C. RGB value is (23,33,28). Sum of RGB (Red+Green+Blue) = 23+33+28=84 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.38% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #17211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17211C is #E8DEE3. Grayscale: #1D1D1D. Windows color (decimal): -15261412 or 1843479. OLE color: 1843479.

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

Color convert

RGB 23 33 28 -
CMYK 0.30 0 0.15 0.87
HSL 150º 0.18% 0.11% -
HSV(B) 150º 0.3% 0.13% -
XYZ 1.11 1.35 1.3 -
YUV 29.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 23 33 28 0.30 0 0.15 0.87 150 0.18 0.11
Hex 17 21 1C 1E 0 F 57 96 12 B
Octal 27 41 34 36 0 17 127 226 22 13
Binary 10111 100001 11100 11110 0 1111 1010111 10010110 10010 1011

Color Harmonies of #17211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17211C

Black with #17211C

Text Example


Text Example

White with #17211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17211C; }

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

 H1.HeaderClassName
 {
   color: #17211C;
 }
 .AnyTagClassName
 {
   color: #17211C;
 }
</style>

background-color css

<style>
 a { background-color: #17211C; }

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

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

border-color css

<style>
 span { border-color: #17211C; }

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

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