Html Css Color HEX #11261B Cardin Green

📋 copy color: '#11261B'

red 17 ◦ green 38 ◦ blue 27

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

Shades of Cardin Green #11261B

Tints of Cardin Green #11261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 32.93%

R = 20.73%
G = 46.34%
B = 32.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.85

RGB Variations

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

Color information

#11261B (or 0x11261B) is known color: Cardin Green. HEX triplet: 11, 26 and 1B. RGB value is (17,38,27). Sum of RGB (Red+Green+Blue) = 17+38+27=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #11261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11261B is #EED9E4. Grayscale: #1E1E1E. Windows color (decimal): -15653349 or 1779217. OLE color: 1779217.

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

Color convert

RGB 17 38 27 -
CMYK 0.55 0 0.29 0.85
HSL 148.57º 0.38% 0.11% -
HSV(B) 148.57º 0.55% 0.15% -
XYZ 1.12 1.58 1.28 -
YUV 30.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 17 38 27 0.55 0 0.29 0.85 148.57 0.38 0.11
Hex 11 26 1B 37 0 1D 55 95 26 B
Octal 21 46 33 67 0 35 125 225 46 13
Binary 10001 100110 11011 110111 0 11101 1010101 10010101 100110 1011

Color Harmonies of #11261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11261B

Black with #11261B

Text Example


Text Example

White with #11261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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