#183023

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

Shades of Cardin Green #183023

Tints of Cardin Green #183023

Color information

#183023 (or 0x183023) is unknown color: approx Cardin Green. HEX triplet: 18, 30 and 23. RGB value is (24,48,35). Sum of RGB (Red+Green+Blue) = 24+48+35=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #183023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183023 is #E7CFDC. Grayscale: #272727. Windows color (decimal): -15192029 or 2306072. OLE color: 2306072.

HSL color Cylindrical-coordinate representation of color #183023: hue angle of 147.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #183023 is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB244835-
CMYK0.500.270.81
HSL147.5º33.33%14.12%-
HSV(B)147.5º50%18.82%-
XYZ1.742.431.97-
YUV39.34125.55117.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 35 (14.06% from 255) = 32.71%
R=22.43%
G=44.86%
B=32.71%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2448350.500.270.81147.533.3314.12
Hex1830233201B519421e
Octal306043620331212244116
Binary110001100001000111100100110111010001100101001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183023; }

 p { color: rgb(24,48,35); }

 H1.HeaderClassName
 {
   color: #183023;
 }
 .AnyTagClassName
 {
   color: #183023;
 }
</style>
background-color css

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

 a { background-color: rgb(24,48,35); }

 div.DivClassName
 {
   background-color: #183023;
 }
 .BgClassName
 {
   background-color: #183023;
 }
</style>
border-color css

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

 span { border-color: rgb(24,48,35); }

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