Html Css Color HEX #15231C Cardin Green

📋 copy color: '#15231C'

red 21 ◦ green 35 ◦ blue 28

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

Shades of Cardin Green #15231C

Tints of Cardin Green #15231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 41.67%

 BLUE value IS 28 (11.33% from 255) = 33.33%

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#15231C (or 0x15231C) is known color: Cardin Green. HEX triplet: 15, 23 and 1C. RGB value is (21,35,28). Sum of RGB (Red+Green+Blue) = 21+35+28=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #15231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15231C is #EADCE3. Grayscale: #1E1E1E. Windows color (decimal): -15391972 or 1843989. OLE color: 1843989.

HSL color Cylindrical-coordinate representation of color #15231C: hue angle of 150º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #15231C is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 35 28 -
CMYK 0.40 0 0.20 0.86
HSL 150º 0.25% 0.11% -
HSV(B) 150º 0.4% 0.14% -
XYZ 1.12 1.45 1.32 -
YUV 30.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 21 35 28 0.40 0 0.20 0.86 150 0.25 0.11
Hex 15 23 1C 28 0 14 56 96 19 B
Octal 25 43 34 50 0 24 126 226 31 13
Binary 10101 100011 11100 101000 0 10100 1010110 10010110 11001 1011

Color Harmonies of #15231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15231C

Black with #15231C

Text Example


Text Example

White with #15231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15231C; }

 p { color: rgb(21,35,28); }

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

background-color css

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

 a { background-color: rgb(21,35,28); }

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

border-color css

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

 span { border-color: rgb(21,35,28); }

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