Html Css Color HEX #11301F Cardin Green

📋 copy color: '#11301F'

red 17 ◦ green 48 ◦ blue 31

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

Shades of Cardin Green #11301F

Tints of Cardin Green #11301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 50%

 BLUE value IS 31 (12.5% from 255) = 32.29%

R = 17.71%
G = 50%
B = 32.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#11301F (or 0x11301F) is known color: Cardin Green. HEX triplet: 11, 30 and 1F. RGB value is (17,48,31). Sum of RGB (Red+Green+Blue) = 17+48+31=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #11301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11301F is #EECFE0. Grayscale: #242424. Windows color (decimal): -15650785 or 2043921. OLE color: 2043921.

HSL color Cylindrical-coordinate representation of color #11301F: hue angle of 147.1º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11301F is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 31 -
CMYK 0.65 0 0.35 0.81
HSL 147.1º 0.48% 0.13% -
HSV(B) 147.1º 0.65% 0.19% -
XYZ 1.54 2.33 1.67 -
YUV 36.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 17 48 31 0.65 0 0.35 0.81 147.1 0.48 0.13
Hex 11 30 1F 41 0 23 51 93 30 D
Octal 21 60 37 101 0 43 121 223 60 15
Binary 10001 110000 11111 1000001 0 100011 1010001 10010011 110000 1101

Color Harmonies of #11301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11301F

Black with #11301F

Text Example


Text Example

White with #11301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11301F; }

 p { color: rgb(17,48,31); }

 H1.HeaderClassName
 {
   color: #11301F;
 }
 .AnyTagClassName
 {
   color: #11301F;
 }
</style>

background-color css

<style>
 a { background-color: #11301F; }

 a { background-color: rgb(17,48,31); }

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

border-color css

<style>
 span { border-color: #11301F; }

 span { border-color: rgb(17,48,31); }

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