Html Css Color HEX #18382B Cardin Green

📋 copy color: '#18382B'

red 24 ◦ green 56 ◦ blue 43

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

Shades of Cardin Green #18382B

Tints of Cardin Green #18382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 34.96%

R = 19.51%
G = 45.53%
B = 34.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#18382B (or 0x18382B) is known color: Cardin Green. HEX triplet: 18, 38 and 2B. RGB value is (24,56,43). Sum of RGB (Red+Green+Blue) = 24+56+43=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #18382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18382B is #E7C7D4. Grayscale: #2C2C2C. Windows color (decimal): -15189973 or 2832408. OLE color: 2832408.

HSL color Cylindrical-coordinate representation of color #18382B: hue angle of 155.62º 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 #18382B is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 56 43 -
CMYK 0.57 0 0.23 0.78
HSL 155.63º 0.4% 0.16% -
HSV(B) 155.63º 0.57% 0.22% -
XYZ 2.23 3.2 2.79 -
YUV 44.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 24 56 43 0.57 0 0.23 0.78 155.63 0.4 0.16
Hex 18 38 2B 39 0 17 4E 9C 28 10
Octal 30 70 53 71 0 27 116 234 50 20
Binary 11000 111000 101011 111001 0 10111 1001110 10011100 101000 10000

Color Harmonies of #18382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18382B

Black with #18382B

Text Example


Text Example

White with #18382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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