Html Css Color HEX #153428 Cardin Green

📋 copy color: '#153428'

red 21 ◦ green 52 ◦ blue 40

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

Shades of Cardin Green #153428

Tints of Cardin Green #153428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.02%

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

R = 18.58%
G = 46.02%
B = 35.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#153428 (or 0x153428) is known color: Cardin Green. HEX triplet: 15, 34 and 28. RGB value is (21,52,40). Sum of RGB (Red+Green+Blue) = 21+52+40=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #153428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153428 is #EACBD7. Grayscale: #292929. Windows color (decimal): -15387608 or 2634773. OLE color: 2634773.

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

Color convert

RGB 21 52 40 -
CMYK 0.60 0 0.23 0.80
HSL 156.77º 0.42% 0.14% -
HSV(B) 156.77º 0.6% 0.2% -
XYZ 1.92 2.77 2.44 -
YUV 41.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 21 52 40 0.60 0 0.23 0.80 156.77 0.42 0.14
Hex 15 34 28 3C 0 17 50 9D 2A E
Octal 25 64 50 74 0 27 120 235 52 16
Binary 10101 110100 101000 111100 0 10111 1010000 10011101 101010 1110

Color Harmonies of #153428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153428

Black with #153428

Text Example


Text Example

White with #153428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153428; }

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

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

background-color css

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

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

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

border-color css

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

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

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