Html Css Color HEX #11271A Cardin Green

📋 copy color: '#11271A'

red 17 ◦ green 39 ◦ blue 26

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

Shades of Cardin Green #11271A

Tints of Cardin Green #11271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 47.56%

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

R = 20.73%
G = 47.56%
B = 31.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#11271A (or 0x11271A) is known color: Cardin Green. HEX triplet: 11, 27 and 1A. RGB value is (17,39,26). Sum of RGB (Red+Green+Blue) = 17+39+26=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #11271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11271A is #EED8E5. Grayscale: #1E1E1E. Windows color (decimal): -15653094 or 1713937. OLE color: 1713937.

HSL color Cylindrical-coordinate representation of color #11271A: hue angle of 144.55º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #11271A is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 39 26 -
CMYK 0.56 0 0.33 0.85
HSL 144.55º 0.39% 0.11% -
HSV(B) 144.55º 0.56% 0.15% -
XYZ 1.14 1.64 1.23 -
YUV 30.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 17 39 26 0.56 0 0.33 0.85 144.55 0.39 0.11
Hex 11 27 1A 38 0 21 55 91 27 B
Octal 21 47 32 70 0 41 125 221 47 13
Binary 10001 100111 11010 111000 0 100001 1010101 10010001 100111 1011

Color Harmonies of #11271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11271A

Black with #11271A

Text Example


Text Example

White with #11271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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