Html Css Color HEX #153024 Cardin Green

📋 copy color: '#153024'

red 21 ◦ green 48 ◦ blue 36

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

Shades of Cardin Green #153024

Tints of Cardin Green #153024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.71%

 BLUE value IS 36 (14.45% from 255) = 34.29%

R = 20%
G = 45.71%
B = 34.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#153024 (or 0x153024) is known color: Cardin Green. HEX triplet: 15, 30 and 24. RGB value is (21,48,36). Sum of RGB (Red+Green+Blue) = 21+48+36=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #153024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153024 is #EACFDB. Grayscale: #262626. Windows color (decimal): -15388636 or 2371605. OLE color: 2371605.

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

Color convert

RGB 21 48 36 -
CMYK 0.56 0 0.25 0.81
HSL 153.33º 0.39% 0.14% -
HSV(B) 153.33º 0.56% 0.19% -
XYZ 1.68 2.4 2.04 -
YUV 38.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 21 48 36 0.56 0 0.25 0.81 153.33 0.39 0.14
Hex 15 30 24 38 0 19 51 99 27 E
Octal 25 60 44 70 0 31 121 231 47 16
Binary 10101 110000 100100 111000 0 11001 1010001 10011001 100111 1110

Color Harmonies of #153024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153024

Black with #153024

Text Example


Text Example

White with #153024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153024; }

 p { color: rgb(21,48,36); }

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

background-color css

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

 a { background-color: rgb(21,48,36); }

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

border-color css

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

 span { border-color: rgb(21,48,36); }

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