Html Css Color HEX #15261C Cardin Green

📋 copy color: '#15261C'

red 21 ◦ green 38 ◦ blue 28

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

Shades of Cardin Green #15261C

Tints of Cardin Green #15261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 43.68%

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

R = 24.14%
G = 43.68%
B = 32.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#15261C (or 0x15261C) is known color: Cardin Green. HEX triplet: 15, 26 and 1C. RGB value is (21,38,28). Sum of RGB (Red+Green+Blue) = 21+38+28=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #15261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15261C is #EAD9E3. Grayscale: #1F1F1F. Windows color (decimal): -15391204 or 1844757. OLE color: 1844757.

HSL color Cylindrical-coordinate representation of color #15261C: hue angle of 144.71º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #15261C is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 38 28 -
CMYK 0.45 0 0.26 0.85
HSL 144.71º 0.29% 0.12% -
HSV(B) 144.71º 0.45% 0.15% -
XYZ 1.21 1.63 1.35 -
YUV 31.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 21 38 28 0.45 0 0.26 0.85 144.71 0.29 0.12
Hex 15 26 1C 2D 0 1A 55 91 1D C
Octal 25 46 34 55 0 32 125 221 35 14
Binary 10101 100110 11100 101101 0 11010 1010101 10010001 11101 1100

Color Harmonies of #15261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15261C

Black with #15261C

Text Example


Text Example

White with #15261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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