Html Css Color HEX #182720 Cardin Green

📋 copy color: '#182720'

red 24 ◦ green 39 ◦ blue 32

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

Shades of Cardin Green #182720

Tints of Cardin Green #182720

RGB

 RED value IS 24 (9.77% from 255) = 25.26%

 GREEN value IS 39 (15.63% from 255) = 41.05%

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

R = 25.26%
G = 41.05%
B = 33.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#182720 (or 0x182720) is known color: Cardin Green. HEX triplet: 18, 27 and 20. RGB value is (24,39,32). Sum of RGB (Red+Green+Blue) = 24+39+32=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #182720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182720 is #E7D8DF. Grayscale: #212121. Windows color (decimal): -15194336 or 2107160. OLE color: 2107160.

HSL color Cylindrical-coordinate representation of color #182720: hue angle of 152º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #182720 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 39 32 -
CMYK 0.38 0 0.18 0.85
HSL 152º 0.24% 0.12% -
HSV(B) 152º 0.38% 0.15% -
XYZ 1.36 1.75 1.63 -
YUV 33.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 24 39 32 0.38 0 0.18 0.85 152 0.24 0.12
Hex 18 27 20 26 0 12 55 98 18 C
Octal 30 47 40 46 0 22 125 230 30 14
Binary 11000 100111 100000 100110 0 10010 1010101 10011000 11000 1100

Color Harmonies of #182720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182720

Black with #182720

Text Example


Text Example

White with #182720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182720; }

 p { color: rgb(24,39,32); }

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

background-color css

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

 a { background-color: rgb(24,39,32); }

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

border-color css

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

 span { border-color: rgb(24,39,32); }

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