Html Css Color HEX #17201C Cardin Green

📋 copy color: '#17201C'

red 23 ◦ green 32 ◦ blue 28

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

Shades of Cardin Green #17201C

Tints of Cardin Green #17201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 38.55%

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

R = 27.71%
G = 38.55%
B = 33.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#17201C (or 0x17201C) is known color: Cardin Green. HEX triplet: 17, 20 and 1C. RGB value is (23,32,28). Sum of RGB (Red+Green+Blue) = 23+32+28=83 (10% of max value = 765). Red value is 23 (9.38% from 255 or 27.71% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 32 - color contains mainly: green. Hex color #17201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17201C is #E8DFE3. Grayscale: #1C1C1C. Windows color (decimal): -15261668 or 1843223. OLE color: 1843223.

HSL color Cylindrical-coordinate representation of color #17201C: hue angle of 153.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #17201C is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 23 32 28 -
CMYK 0.28 0 0.12 0.87
HSL 153.33º 0.16% 0.11% -
HSV(B) 153.33º 0.28% 0.13% -
XYZ 1.08 1.3 1.29 -
YUV 28.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 23 32 28 0.28 0 0.12 0.87 153.33 0.16 0.11
Hex 17 20 1C 1C 0 C 57 99 10 B
Octal 27 40 34 34 0 14 127 231 20 13
Binary 10111 100000 11100 11100 0 1100 1010111 10011001 10000 1011

Color Harmonies of #17201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17201C

Black with #17201C

Text Example


Text Example

White with #17201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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