#153A2A

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

Shades of Cardin Green #153A2A

Tints of Cardin Green #153A2A

Color information

#153A2A (or 0x153A2A) is unknown color: approx Cardin Green. HEX triplet: 15, 3A and 2A. RGB value is (21,58,42). Sum of RGB (Red+Green+Blue) = 21+58+42=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #153A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A2A is #EAC5D5. Grayscale: #2D2D2D. Windows color (decimal): -15386070 or 2767381. OLE color: 2767381.

HSL color Cylindrical-coordinate representation of color #153A2A: hue angle of 154.05º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A2A is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB215842-
CMYK0.6400.280.77
HSL154.05º46.84%15.49%-
HSV(B)154.05º63.79%22.75%-
XYZ2.243.352.72-
YUV45.11126.24110.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 58 (23.05% from 255) = 47.93%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=17.36%
G=47.93%
B=34.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2158420.6400.280.77154.0546.8415.49
Hex153A2A4001C4D9a2ff
Octal2572521000341152325717
Binary1010111101010101010000000111001001101100110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153A2A; }

 p { color: rgb(21,58,42); }

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

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

 a { background-color: rgb(21,58,42); }

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

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

 span { border-color: rgb(21,58,42); }

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