Html Css Color HEX #11251C Cardin Green

📋 copy color: '#11251C'

red 17 ◦ green 37 ◦ blue 28

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

Shades of Cardin Green #11251C

Tints of Cardin Green #11251C

RGB

 RED value IS 17 (7.03% from 255) = 20.73%

 GREEN value IS 37 (14.84% from 255) = 45.12%

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

R = 20.73%
G = 45.12%
B = 34.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#11251C (or 0x11251C) is known color: Cardin Green. HEX triplet: 11, 25 and 1C. RGB value is (17,37,28). Sum of RGB (Red+Green+Blue) = 17+37+28=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #11251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11251C is #EEDAE3. Grayscale: #1E1E1E. Windows color (decimal): -15653604 or 1844497. OLE color: 1844497.

HSL color Cylindrical-coordinate representation of color #11251C: hue angle of 153º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #11251C is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 37 28 -
CMYK 0.54 0 0.24 0.85
HSL 153º 0.37% 0.11% -
HSV(B) 153º 0.54% 0.15% -
XYZ 1.1 1.53 1.34 -
YUV 29.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 17 37 28 0.54 0 0.24 0.85 153 0.37 0.11
Hex 11 25 1C 36 0 18 55 99 25 B
Octal 21 45 34 66 0 30 125 231 45 13
Binary 10001 100101 11100 110110 0 11000 1010101 10011001 100101 1011

Color Harmonies of #11251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11251C

Black with #11251C

Text Example


Text Example

White with #11251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,37,28); }

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

background-color css

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

 a { background-color: rgb(17,37,28); }

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

border-color css

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

 span { border-color: rgb(17,37,28); }

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