Html Css Color HEX #153228 Cardin Green

📋 copy color: '#153228'

red 21 ◦ green 50 ◦ blue 40

#153228
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #153228

Tints of Cardin Green #153228

RGB

 RED value IS 21 (8.59% from 255) = 18.92%

 GREEN value IS 50 (19.92% from 255) = 45.05%

 BLUE value IS 40 (16.02% from 255) = 36.04%

R = 18.92%
G = 45.05%
B = 36.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#153228 (or 0x153228) is known color: Cardin Green. HEX triplet: 15, 32 and 28. RGB value is (21,50,40). Sum of RGB (Red+Green+Blue) = 21+50+40=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #153228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153228 is #EACDD7. Grayscale: #282828. Windows color (decimal): -15388120 or 2634261. OLE color: 2634261.

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

Color convert

RGB 21 50 40 -
CMYK 0.58 0 0.20 0.80
HSL 159.31º 0.41% 0.14% -
HSV(B) 159.31º 0.58% 0.2% -
XYZ 1.83 2.59 2.41 -
YUV 40.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 21 50 40 0.58 0 0.20 0.80 159.31 0.41 0.14
Hex 15 32 28 3A 0 14 50 9F 29 E
Octal 25 62 50 72 0 24 120 237 51 16
Binary 10101 110010 101000 111010 0 10100 1010000 10011111 101001 1110

Color Harmonies of #153228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153228

Black with #153228

Text Example


Text Example

White with #153228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153228; }

 p { color: rgb(21,50,40); }

 H1.HeaderClassName
 {
   color: #153228;
 }
 .AnyTagClassName
 {
   color: #153228;
 }
</style>

background-color css

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

 a { background-color: rgb(21,50,40); }

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

border-color css

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

 span { border-color: rgb(21,50,40); }

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