#18382B

Color #18382B Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #18382B

Tints of Cardin Green #18382B

Color information

#18382B (or 0x18382B) is unknown color: approx 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

RGB245643-
CMYK0.5700.230.78
HSL155.62º40%15.69%-
HSV(B)155.62º57.14%21.96%-
XYZ2.233.22.79-
YUV44.95126.9113.06-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456430.5700.230.78155.624015.69
Hex18382B390174E9c2810
Octal307053710271162345020
Binary1100011100010101111100101011110011101001110010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>