Html Css Color HEX #182721 Cardin Green

📋 copy color: '#182721'

red 24 ◦ green 39 ◦ blue 33

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

Shades of Cardin Green #182721

Tints of Cardin Green #182721

RGB

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

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

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

R = 25%
G = 40.63%
B = 34.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#182721 (or 0x182721) is known color: Cardin Green. HEX triplet: 18, 27 and 21. RGB value is (24,39,33). Sum of RGB (Red+Green+Blue) = 24+39+33=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 39 - color contains mainly: green. Hex color #182721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182721 is #E7D8DE. Grayscale: #212121. Windows color (decimal): -15194335 or 2172696. OLE color: 2172696.

HSL color Cylindrical-coordinate representation of color #182721: hue angle of 156º 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 #182721 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 39 33 -
CMYK 0.38 0 0.15 0.85
HSL 156º 0.24% 0.12% -
HSV(B) 156º 0.38% 0.15% -
XYZ 1.38 1.76 1.71 -
YUV 33.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 24 39 33 0.38 0 0.15 0.85 156 0.24 0.12
Hex 18 27 21 26 0 F 55 9C 18 C
Octal 30 47 41 46 0 17 125 234 30 14
Binary 11000 100111 100001 100110 0 1111 1010101 10011100 11000 1100

Color Harmonies of #182721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182721

Black with #182721

Text Example


Text Example

White with #182721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182721; }

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

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

background-color css

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

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

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

border-color css

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

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

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