Html Css Color HEX #183228 Cardin Green

📋 copy color: '#183228'

red 24 ◦ green 50 ◦ blue 40

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

Shades of Cardin Green #183228

Tints of Cardin Green #183228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.86%

 BLUE value IS 40 (16.02% from 255) = 35.09%

R = 21.05%
G = 43.86%
B = 35.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#183228 (or 0x183228) is known color: Cardin Green. HEX triplet: 18, 32 and 28. RGB value is (24,50,40). Sum of RGB (Red+Green+Blue) = 24+50+40=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #183228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183228 is #E7CDD7. Grayscale: #292929. Windows color (decimal): -15191512 or 2634264. OLE color: 2634264.

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

Color convert

RGB 24 50 40 -
CMYK 0.52 0 0.20 0.80
HSL 156.92º 0.35% 0.15% -
HSV(B) 156.92º 0.52% 0.2% -
XYZ 1.9 2.63 2.41 -
YUV 41.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 24 50 40 0.52 0 0.20 0.80 156.92 0.35 0.15
Hex 18 32 28 34 0 14 50 9D 23 F
Octal 30 62 50 64 0 24 120 235 43 17
Binary 11000 110010 101000 110100 0 10100 1010000 10011101 100011 1111

Color Harmonies of #183228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183228

Black with #183228

Text Example


Text Example

White with #183228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183228; }

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

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

background-color css

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

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

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

border-color css

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

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

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