#123428

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

Shades of Cardin Green #123428

Tints of Cardin Green #123428

Color information

#123428 (or 0x123428) is unknown color: approx Cardin Green. HEX triplet: 12, 34 and 28. RGB value is (18,52,40). Sum of RGB (Red+Green+Blue) = 18+52+40=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #123428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123428 is #EDCBD7. Grayscale: #282828. Windows color (decimal): -15584216 or 2634770. OLE color: 2634770.

HSL color Cylindrical-coordinate representation of color #123428: hue angle of 158.82º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123428 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB185240-
CMYK0.6500.230.80
HSL158.82º48.57%13.73%-
HSV(B)158.82º65.38%20.39%-
XYZ1.862.742.44-
YUV40.47127.74111.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=16.36%
G=47.27%
B=36.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852400.6500.230.80158.8248.5713.73
Hex12342841017509f31e
Octal2264501010271202376116
Binary1001011010010100010000010101111010000100111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123428; }

 p { color: rgb(18,52,40); }

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

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

 a { background-color: rgb(18,52,40); }

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

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

 span { border-color: rgb(18,52,40); }

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