Html Css Color HEX #11241B Cardin Green

📋 copy color: '#11241B'

red 17 ◦ green 36 ◦ blue 27

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

Shades of Cardin Green #11241B

Tints of Cardin Green #11241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 45%

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

R = 21.25%
G = 45%
B = 33.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.86

RGB Variations

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

Color information

#11241B (or 0x11241B) is known color: Cardin Green. HEX triplet: 11, 24 and 1B. RGB value is (17,36,27). Sum of RGB (Red+Green+Blue) = 17+36+27=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #11241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11241B is #EEDBE4. Grayscale: #1D1D1D. Windows color (decimal): -15653861 or 1778705. OLE color: 1778705.

HSL color Cylindrical-coordinate representation of color #11241B: hue angle of 151.58º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #11241B is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 36 27 -
CMYK 0.53 0 0.25 0.86
HSL 151.58º 0.36% 0.1% -
HSV(B) 151.58º 0.53% 0.14% -
XYZ 1.06 1.46 1.26 -
YUV 29.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 17 36 27 0.53 0 0.25 0.86 151.58 0.36 0.1
Hex 11 24 1B 35 0 19 56 98 24 A
Octal 21 44 33 65 0 31 126 230 44 12
Binary 10001 100100 11011 110101 0 11001 1010110 10011000 100100 1010

Color Harmonies of #11241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11241B

Black with #11241B

Text Example


Text Example

White with #11241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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