Html Css Color HEX #153429 Cardin Green

📋 copy color: '#153429'

red 21 ◦ green 52 ◦ blue 41

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

Shades of Cardin Green #153429

Tints of Cardin Green #153429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 35.96%

R = 18.42%
G = 45.61%
B = 35.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#153429 (or 0x153429) is known color: Cardin Green. HEX triplet: 15, 34 and 29. RGB value is (21,52,41). Sum of RGB (Red+Green+Blue) = 21+52+41=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #153429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153429 is #EACBD6. Grayscale: #292929. Windows color (decimal): -15387607 or 2700309. OLE color: 2700309.

HSL color Cylindrical-coordinate representation of color #153429: hue angle of 158.71º 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 #153429 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 52 41 -
CMYK 0.60 0 0.21 0.80
HSL 158.71º 0.42% 0.14% -
HSV(B) 158.71º 0.6% 0.2% -
XYZ 1.94 2.78 2.53 -
YUV 41.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 21 52 41 0.60 0 0.21 0.80 158.71 0.42 0.14
Hex 15 34 29 3C 0 15 50 9F 2A E
Octal 25 64 51 74 0 25 120 237 52 16
Binary 10101 110100 101001 111100 0 10101 1010000 10011111 101010 1110

Color Harmonies of #153429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153429

Black with #153429

Text Example


Text Example

White with #153429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153429; }

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

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

background-color css

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

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

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

border-color css

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

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

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