Html Css Color HEX #18382C Cardin Green

📋 copy color: '#18382C'

red 24 ◦ green 56 ◦ blue 44

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

Shades of Cardin Green #18382C

Tints of Cardin Green #18382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 45.16%

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

R = 19.35%
G = 45.16%
B = 35.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#18382C (or 0x18382C) is known color: Cardin Green. HEX triplet: 18, 38 and 2C. RGB value is (24,56,44). Sum of RGB (Red+Green+Blue) = 24+56+44=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #18382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18382C is #E7C7D3. Grayscale: #2D2D2D. Windows color (decimal): -15189972 or 2897944. OLE color: 2897944.

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

Color convert

RGB 24 56 44 -
CMYK 0.57 0 0.21 0.78
HSL 157.5º 0.4% 0.16% -
HSV(B) 157.5º 0.57% 0.22% -
XYZ 2.25 3.2 2.88 -
YUV 45.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 24 56 44 0.57 0 0.21 0.78 157.5 0.4 0.16
Hex 18 38 2C 39 0 15 4E 9E 28 10
Octal 30 70 54 71 0 25 116 236 50 20
Binary 11000 111000 101100 111001 0 10101 1001110 10011110 101000 10000

Color Harmonies of #18382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18382C

Black with #18382C

Text Example


Text Example

White with #18382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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