Html Css Color HEX #182920 Cardin Green

📋 copy color: '#182920'

red 24 ◦ green 41 ◦ blue 32

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

Shades of Cardin Green #182920

Tints of Cardin Green #182920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 42.27%

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

R = 24.74%
G = 42.27%
B = 32.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#182920 (or 0x182920) is known color: Cardin Green. HEX triplet: 18, 29 and 20. RGB value is (24,41,32). Sum of RGB (Red+Green+Blue) = 24+41+32=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #182920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182920 is #E7D6DF. Grayscale: #222222. Windows color (decimal): -15193824 or 2107672. OLE color: 2107672.

HSL color Cylindrical-coordinate representation of color #182920: hue angle of 148.24º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #182920 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 41 32 -
CMYK 0.41 0 0.22 0.84
HSL 148.24º 0.26% 0.13% -
HSV(B) 148.24º 0.41% 0.16% -
XYZ 1.43 1.88 1.65 -
YUV 34.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 24 41 32 0.41 0 0.22 0.84 148.24 0.26 0.13
Hex 18 29 20 29 0 16 54 94 1A D
Octal 30 51 40 51 0 26 124 224 32 15
Binary 11000 101001 100000 101001 0 10110 1010100 10010100 11010 1101

Color Harmonies of #182920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182920

Black with #182920

Text Example


Text Example

White with #182920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182920; }

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

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

background-color css

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

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

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

border-color css

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

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

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