Html Css Color HEX #183428 Cardin Green

📋 copy color: '#183428'

red 24 ◦ green 52 ◦ blue 40

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

Shades of Cardin Green #183428

Tints of Cardin Green #183428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.83%

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

R = 20.69%
G = 44.83%
B = 34.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#183428 (or 0x183428) is known color: Cardin Green. HEX triplet: 18, 34 and 28. RGB value is (24,52,40). Sum of RGB (Red+Green+Blue) = 24+52+40=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #183428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183428 is #E7CBD7. Grayscale: #2A2A2A. Windows color (decimal): -15191000 or 2634776. OLE color: 2634776.

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

Color convert

RGB 24 52 40 -
CMYK 0.54 0 0.23 0.80
HSL 154.29º 0.37% 0.15% -
HSV(B) 154.29º 0.54% 0.2% -
XYZ 1.99 2.8 2.44 -
YUV 42.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 24 52 40 0.54 0 0.23 0.80 154.29 0.37 0.15
Hex 18 34 28 36 0 17 50 9A 25 F
Octal 30 64 50 66 0 27 120 232 45 17
Binary 11000 110100 101000 110110 0 10111 1010000 10011010 100101 1111

Color Harmonies of #183428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183428

Black with #183428

Text Example


Text Example

White with #183428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183428; }

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

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

background-color css

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

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

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

border-color css

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

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

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