Html Css Color HEX #152C24 Cardin Green

📋 copy color: '#152C24'

red 21 ◦ green 44 ◦ blue 36

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

Shades of Cardin Green #152C24

Tints of Cardin Green #152C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 43.56%

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

R = 20.79%
G = 43.56%
B = 35.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.83

RGB Variations

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

Color information

#152C24 (or 0x152C24) is known color: Cardin Green. HEX triplet: 15, 2C and 24. RGB value is (21,44,36). Sum of RGB (Red+Green+Blue) = 21+44+36=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 44 - color contains mainly: green. Hex color #152C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C24 is #EAD3DB. Grayscale: #242424. Windows color (decimal): -15389660 or 2370581. OLE color: 2370581.

HSL color Cylindrical-coordinate representation of color #152C24: hue angle of 159.13º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #152C24 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.

Color convert

RGB 21 44 36 -
CMYK 0.52 0 0.18 0.83
HSL 159.13º 0.35% 0.13% -
HSV(B) 159.13º 0.52% 0.17% -
XYZ 1.53 2.09 1.99 -
YUV 36.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 21 44 36 0.52 0 0.18 0.83 159.13 0.35 0.13
Hex 15 2C 24 34 0 12 53 9F 23 D
Octal 25 54 44 64 0 22 123 237 43 15
Binary 10101 101100 100100 110100 0 10010 1010011 10011111 100011 1101

Color Harmonies of #152C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C24

Black with #152C24

Text Example


Text Example

White with #152C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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