Html Css Color HEX #182821 Cardin Green

📋 copy color: '#182821'

red 24 ◦ green 40 ◦ blue 33

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

Shades of Cardin Green #182821

Tints of Cardin Green #182821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 34.02%

R = 24.74%
G = 41.24%
B = 34.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#182821 (or 0x182821) is known color: Cardin Green. HEX triplet: 18, 28 and 21. RGB value is (24,40,33). Sum of RGB (Red+Green+Blue) = 24+40+33=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 40 - color contains mainly: green. Hex color #182821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182821 is #E7D7DE. Grayscale: #222222. Windows color (decimal): -15194079 or 2172952. OLE color: 2172952.

HSL color Cylindrical-coordinate representation of color #182821: hue angle of 153.75º 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 #182821 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 40 33 -
CMYK 0.40 0 0.17 0.84
HSL 153.75º 0.25% 0.13% -
HSV(B) 153.75º 0.4% 0.16% -
XYZ 1.41 1.82 1.72 -
YUV 34.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 24 40 33 0.40 0 0.17 0.84 153.75 0.25 0.13
Hex 18 28 21 28 0 11 54 9A 19 D
Octal 30 50 41 50 0 21 124 232 31 15
Binary 11000 101000 100001 101000 0 10001 1010100 10011010 11001 1101

Color Harmonies of #182821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182821

Black with #182821

Text Example


Text Example

White with #182821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182821; }

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

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

background-color css

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

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

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

border-color css

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

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

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