Html Css Color HEX #172B20 Cardin Green

📋 copy color: '#172B20'

red 23 ◦ green 43 ◦ blue 32

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

Shades of Cardin Green #172B20

Tints of Cardin Green #172B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 43.88%

 BLUE value IS 32 (12.89% from 255) = 32.65%

R = 23.47%
G = 43.88%
B = 32.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.83

RGB Variations

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

Color information

#172B20 (or 0x172B20) is known color: Cardin Green. HEX triplet: 17, 2B and 20. RGB value is (23,43,32). Sum of RGB (Red+Green+Blue) = 23+43+32=98 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.47% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 43 - color contains mainly: green. Hex color #172B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172B20 is #E8D4DF. Grayscale: #232323. Windows color (decimal): -15258848 or 2108183. OLE color: 2108183.

HSL color Cylindrical-coordinate representation of color #172B20: hue angle of 147º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #172B20 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.83.

Color convert

RGB 23 43 32 -
CMYK 0.47 0 0.26 0.83
HSL 147º 0.3% 0.13% -
HSV(B) 147º 0.47% 0.17% -
XYZ 1.48 2.01 1.68 -
YUV 35.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 23 43 32 0.47 0 0.26 0.83 147 0.3 0.13
Hex 17 2B 20 2F 0 1A 53 93 1E D
Octal 27 53 40 57 0 32 123 223 36 15
Binary 10111 101011 100000 101111 0 11010 1010011 10010011 11110 1101

Color Harmonies of #172B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172B20

Black with #172B20

Text Example


Text Example

White with #172B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172B20; }

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

 H1.HeaderClassName
 {
   color: #172B20;
 }
 .AnyTagClassName
 {
   color: #172B20;
 }
</style>

background-color css

<style>
 a { background-color: #172B20; }

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

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

border-color css

<style>
 span { border-color: #172B20; }

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

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