Html Css Color HEX #11231A Cardin Green

📋 copy color: '#11231A'

red 17 ◦ green 35 ◦ blue 26

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

Shades of Cardin Green #11231A

Tints of Cardin Green #11231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 44.87%

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

R = 21.79%
G = 44.87%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.86

RGB Variations

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

Color information

#11231A (or 0x11231A) is known color: Cardin Green. HEX triplet: 11, 23 and 1A. RGB value is (17,35,26). Sum of RGB (Red+Green+Blue) = 17+35+26=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #11231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11231A is #EEDCE5. Grayscale: #1C1C1C. Windows color (decimal): -15654118 or 1712913. OLE color: 1712913.

HSL color Cylindrical-coordinate representation of color #11231A: hue angle of 150º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #11231A is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 35 26 -
CMYK 0.51 0 0.26 0.86
HSL 150º 0.35% 0.1% -
HSV(B) 150º 0.51% 0.14% -
XYZ 1.02 1.4 1.19 -
YUV 28.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 17 35 26 0.51 0 0.26 0.86 150 0.35 0.1
Hex 11 23 1A 33 0 1A 56 96 23 A
Octal 21 43 32 63 0 32 126 226 43 12
Binary 10001 100011 11010 110011 0 11010 1010110 10010110 100011 1010

Color Harmonies of #11231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11231A

Black with #11231A

Text Example


Text Example

White with #11231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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