Html Css Color HEX #11261C Cardin Green

📋 copy color: '#11261C'

red 17 ◦ green 38 ◦ blue 28

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

Shades of Cardin Green #11261C

Tints of Cardin Green #11261C

RGB

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

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

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

R = 20.48%
G = 45.78%
B = 33.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#11261C (or 0x11261C) is known color: Cardin Green. HEX triplet: 11, 26 and 1C. RGB value is (17,38,28). Sum of RGB (Red+Green+Blue) = 17+38+28=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #11261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11261C is #EED9E3. Grayscale: #1E1E1E. Windows color (decimal): -15653348 or 1844753. OLE color: 1844753.

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

Color convert

RGB 17 38 28 -
CMYK 0.55 0 0.26 0.85
HSL 151.43º 0.38% 0.11% -
HSV(B) 151.43º 0.55% 0.15% -
XYZ 1.13 1.59 1.35 -
YUV 30.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 17 38 28 0.55 0 0.26 0.85 151.43 0.38 0.11
Hex 11 26 1C 37 0 1A 55 97 26 B
Octal 21 46 34 67 0 32 125 227 46 13
Binary 10001 100110 11100 110111 0 11010 1010101 10010111 100110 1011

Color Harmonies of #11261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11261C

Black with #11261C

Text Example


Text Example

White with #11261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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