Html Css Color HEX #113A02 Myrtle

📋 copy color: '#113A02'

red 17 ◦ green 58 ◦ blue 2

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

Shades of Myrtle #113A02

Tints of Myrtle #113A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 75.32%

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

R = 22.08%
G = 75.32%
B = 2.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#113A02 (or 0x113A02) is known color: Myrtle. HEX triplet: 11, 3A and 02. RGB value is (17,58,2). Sum of RGB (Red+Green+Blue) = 17+58+2=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 58 (23.05% from 255 or 75.32% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 58 - color contains mainly: green. Hex color #113A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113A02 is #EEC5FD. Grayscale: #272727. Windows color (decimal): -15648254 or 145937. OLE color: 145937.

HSL color Cylindrical-coordinate representation of color #113A02: hue angle of 103.93º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #113A02 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 58 2 -
CMYK 0.71 0 0.97 0.77
HSL 103.93º 0.93% 0.12% -
HSV(B) 103.93º 0.97% 0.23% -
XYZ 1.76 3.15 0.57 -
YUV 39.36 106.92 112.05 -
System Red Green Blue C M Y K H S L
Decimal 17 58 2 0.71 0 0.97 0.77 103.93 0.93 0.12
Hex 11 3A 2 47 0 61 4D 68 5D C
Octal 21 72 2 107 0 141 115 150 135 14
Binary 10001 111010 10 1000111 0 1100001 1001101 1101000 1011101 1100

Color Harmonies of #113A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A02

Black with #113A02

Text Example


Text Example

White with #113A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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