#153123

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

Shades of Cardin Green #153123

Tints of Cardin Green #153123

Color information

#153123 (or 0x153123) is unknown color: approx Cardin Green. HEX triplet: 15, 31 and 23. RGB value is (21,49,35). Sum of RGB (Red+Green+Blue) = 21+49+35=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #153123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153123 is #EACEDC. Grayscale: #272727. Windows color (decimal): -15388381 or 2306325. OLE color: 2306325.

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

Color convert

RGB214935-
CMYK0.5700.290.81
HSL150º40%13.73%-
HSV(B)150º57.14%19.22%-
XYZ1.712.481.98-
YUV39.03125.72115.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 35 (14.06% from 255) = 33.33%
R=20%
G=46.67%
B=33.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149350.5700.290.811504013.73
Hex1531233901D519628e
Octal256143710351212265016
Binary101011100011000111110010111011010001100101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153123; }

 p { color: rgb(21,49,35); }

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

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

 a { background-color: rgb(21,49,35); }

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

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

 span { border-color: rgb(21,49,35); }

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