Html Css Color HEX #18392C Cardin Green

📋 copy color: '#18392C'

red 24 ◦ green 57 ◦ blue 44

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

Shades of Cardin Green #18392C

Tints of Cardin Green #18392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.6%

 BLUE value IS 44 (17.58% from 255) = 35.2%

R = 19.2%
G = 45.6%
B = 35.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#18392C (or 0x18392C) is known color: Cardin Green. HEX triplet: 18, 39 and 2C. RGB value is (24,57,44). Sum of RGB (Red+Green+Blue) = 24+57+44=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #18392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18392C is #E7C6D3. Grayscale: #2D2D2D. Windows color (decimal): -15189716 or 2898200. OLE color: 2898200.

HSL color Cylindrical-coordinate representation of color #18392C: hue angle of 156.36º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #18392C is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 57 44 -
CMYK 0.58 0 0.23 0.78
HSL 156.36º 0.41% 0.16% -
HSV(B) 156.36º 0.58% 0.22% -
XYZ 2.29 3.3 2.9 -
YUV 45.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 24 57 44 0.58 0 0.23 0.78 156.36 0.41 0.16
Hex 18 39 2C 3A 0 17 4E 9C 29 10
Octal 30 71 54 72 0 27 116 234 51 20
Binary 11000 111001 101100 111010 0 10111 1001110 10011100 101001 10000

Color Harmonies of #18392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18392C

Black with #18392C

Text Example


Text Example

White with #18392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18392C; }

 p { color: rgb(24,57,44); }

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

background-color css

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

 a { background-color: rgb(24,57,44); }

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

border-color css

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

 span { border-color: rgb(24,57,44); }

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