Html Css Color HEX #113002 Myrtle

📋 copy color: '#113002'

red 17 ◦ green 48 ◦ blue 2

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

Shades of Myrtle #113002

Tints of Myrtle #113002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.99%

R = 25.37%
G = 71.64%
B = 2.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#113002 (or 0x113002) is known color: Myrtle. HEX triplet: 11, 30 and 02. RGB value is (17,48,2). Sum of RGB (Red+Green+Blue) = 17+48+2=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #113002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113002 is #EECFFD. Grayscale: #212121. Windows color (decimal): -15650814 or 143377. OLE color: 143377.

HSL color Cylindrical-coordinate representation of color #113002: hue angle of 100.43º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #113002 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 2 -
CMYK 0.65 0 0.96 0.81
HSL 100.43º 0.92% 0.1% -
HSV(B) 100.43º 0.96% 0.19% -
XYZ 1.3 2.24 0.42 -
YUV 33.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 17 48 2 0.65 0 0.96 0.81 100.43 0.92 0.1
Hex 11 30 2 41 0 60 51 64 5C A
Octal 21 60 2 101 0 140 121 144 134 12
Binary 10001 110000 10 1000001 0 1100000 1010001 1100100 1011100 1010

Color Harmonies of #113002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113002

Black with #113002

Text Example


Text Example

White with #113002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113002; }

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

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

background-color css

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

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

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

border-color css

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

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

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