Html Css Color HEX #11261A Cardin Green

📋 copy color: '#11261A'

red 17 ◦ green 38 ◦ blue 26

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

Shades of Cardin Green #11261A

Tints of Cardin Green #11261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 32.1%

R = 20.99%
G = 46.91%
B = 32.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#11261A (or 0x11261A) is known color: Cardin Green. HEX triplet: 11, 26 and 1A. RGB value is (17,38,26). Sum of RGB (Red+Green+Blue) = 17+38+26=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #11261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11261A is #EED9E5. Grayscale: #1E1E1E. Windows color (decimal): -15653350 or 1713681. OLE color: 1713681.

HSL color Cylindrical-coordinate representation of color #11261A: hue angle of 145.71º 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 #11261A is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 38 26 -
CMYK 0.55 0 0.32 0.85
HSL 145.71º 0.38% 0.11% -
HSV(B) 145.71º 0.55% 0.15% -
XYZ 1.11 1.58 1.22 -
YUV 30.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 17 38 26 0.55 0 0.32 0.85 145.71 0.38 0.11
Hex 11 26 1A 37 0 20 55 92 26 B
Octal 21 46 32 67 0 40 125 222 46 13
Binary 10001 100110 11010 110111 0 100000 1010101 10010010 100110 1011

Color Harmonies of #11261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11261A

Black with #11261A

Text Example


Text Example

White with #11261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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