Html Css Color HEX #182820 Cardin Green

📋 copy color: '#182820'

red 24 ◦ green 40 ◦ blue 32

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

Shades of Cardin Green #182820

Tints of Cardin Green #182820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 41.67%

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

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#182820 (or 0x182820) is known color: Cardin Green. HEX triplet: 18, 28 and 20. RGB value is (24,40,32). Sum of RGB (Red+Green+Blue) = 24+40+32=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #182820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182820 is #E7D7DF. Grayscale: #222222. Windows color (decimal): -15194080 or 2107416. OLE color: 2107416.

HSL color Cylindrical-coordinate representation of color #182820: hue angle of 150º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #182820 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 40 32 -
CMYK 0.40 0 0.20 0.84
HSL 150º 0.25% 0.13% -
HSV(B) 150º 0.4% 0.16% -
XYZ 1.4 1.82 1.64 -
YUV 34.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 24 40 32 0.40 0 0.20 0.84 150 0.25 0.13
Hex 18 28 20 28 0 14 54 96 19 D
Octal 30 50 40 50 0 24 124 226 31 15
Binary 11000 101000 100000 101000 0 10100 1010100 10010110 11001 1101

Color Harmonies of #182820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182820

Black with #182820

Text Example


Text Example

White with #182820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182820; }

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

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

background-color css

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

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

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

border-color css

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

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

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