Html Css Color HEX #18392A Cardin Green

📋 copy color: '#18392A'

red 24 ◦ green 57 ◦ blue 42

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

Shades of Cardin Green #18392A

Tints of Cardin Green #18392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.15%

R = 19.51%
G = 46.34%
B = 34.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#18392A (or 0x18392A) is known color: Cardin Green. HEX triplet: 18, 39 and 2A. RGB value is (24,57,42). Sum of RGB (Red+Green+Blue) = 24+57+42=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #18392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18392A is #E7C6D5. Grayscale: #2D2D2D. Windows color (decimal): -15189718 or 2767128. OLE color: 2767128.

HSL color Cylindrical-coordinate representation of color #18392A: hue angle of 152.73º 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 #18392A is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 57 42 -
CMYK 0.58 0 0.26 0.78
HSL 152.73º 0.41% 0.16% -
HSV(B) 152.73º 0.58% 0.22% -
XYZ 2.26 3.29 2.71 -
YUV 45.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 24 57 42 0.58 0 0.26 0.78 152.73 0.41 0.16
Hex 18 39 2A 3A 0 1A 4E 99 29 10
Octal 30 71 52 72 0 32 116 231 51 20
Binary 11000 111001 101010 111010 0 11010 1001110 10011001 101001 10000

Color Harmonies of #18392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18392A

Black with #18392A

Text Example


Text Example

White with #18392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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