Html Css Color HEX #182520 Cardin Green

📋 copy color: '#182520'

red 24 ◦ green 37 ◦ blue 32

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

Shades of Cardin Green #182520

Tints of Cardin Green #182520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 39.78%

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

R = 25.81%
G = 39.78%
B = 34.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#182520 (or 0x182520) is known color: Cardin Green. HEX triplet: 18, 25 and 20. RGB value is (24,37,32). Sum of RGB (Red+Green+Blue) = 24+37+32=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #182520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182520 is #E7DADF. Grayscale: #202020. Windows color (decimal): -15194848 or 2106648. OLE color: 2106648.

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

Color convert

RGB 24 37 32 -
CMYK 0.35 0 0.14 0.85
HSL 156.92º 0.21% 0.12% -
HSV(B) 156.92º 0.35% 0.15% -
XYZ 1.3 1.62 1.61 -
YUV 32.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 24 37 32 0.35 0 0.14 0.85 156.92 0.21 0.12
Hex 18 25 20 23 0 E 55 9D 15 C
Octal 30 45 40 43 0 16 125 235 25 14
Binary 11000 100101 100000 100011 0 1110 1010101 10011101 10101 1100

Color Harmonies of #182520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182520

Black with #182520

Text Example


Text Example

White with #182520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182520; }

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

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

background-color css

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

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

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

border-color css

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

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

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