Html Css Color HEX #15241E Cardin Green

📋 copy color: '#15241E'

red 21 ◦ green 36 ◦ blue 30

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

Shades of Cardin Green #15241E

Tints of Cardin Green #15241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 41.38%

 BLUE value IS 30 (12.11% from 255) = 34.48%

R = 24.14%
G = 41.38%
B = 34.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#15241E (or 0x15241E) is known color: Cardin Green. HEX triplet: 15, 24 and 1E. RGB value is (21,36,30). Sum of RGB (Red+Green+Blue) = 21+36+30=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 36 - color contains mainly: green. Hex color #15241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15241E is #EADBE1. Grayscale: #1E1E1E. Windows color (decimal): -15391714 or 1975317. OLE color: 1975317.

HSL color Cylindrical-coordinate representation of color #15241E: hue angle of 156º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #15241E is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 36 30 -
CMYK 0.42 0 0.17 0.86
HSL 156º 0.26% 0.11% -
HSV(B) 156º 0.42% 0.14% -
XYZ 1.17 1.51 1.46 -
YUV 30.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 21 36 30 0.42 0 0.17 0.86 156 0.26 0.11
Hex 15 24 1E 2A 0 11 56 9C 1A B
Octal 25 44 36 52 0 21 126 234 32 13
Binary 10101 100100 11110 101010 0 10001 1010110 10011100 11010 1011

Color Harmonies of #15241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15241E

Black with #15241E

Text Example


Text Example

White with #15241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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