Html Css Color HEX #113E02 Myrtle

📋 copy color: '#113E02'

red 17 ◦ green 62 ◦ blue 2

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

Shades of Myrtle #113E02

Tints of Myrtle #113E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 76.54%

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

R = 20.99%
G = 76.54%
B = 2.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#113E02 (or 0x113E02) is known color: Myrtle. HEX triplet: 11, 3E and 02. RGB value is (17,62,2). Sum of RGB (Red+Green+Blue) = 17+62+2=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 62 (24.61% from 255 or 76.54% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 62 - color contains mainly: green. Hex color #113E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113E02 is #EEC1FD. Grayscale: #292929. Windows color (decimal): -15647230 or 146961. OLE color: 146961.

HSL color Cylindrical-coordinate representation of color #113E02: hue angle of 105º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #113E02 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 62 2 -
CMYK 0.73 0 0.97 0.76
HSL 105º 0.94% 0.13% -
HSV(B) 105º 0.97% 0.24% -
XYZ 1.96 3.57 0.64 -
YUV 41.71 105.59 110.38 -
System Red Green Blue C M Y K H S L
Decimal 17 62 2 0.73 0 0.97 0.76 105 0.94 0.13
Hex 11 3E 2 49 0 61 4C 69 5E D
Octal 21 76 2 111 0 141 114 151 136 15
Binary 10001 111110 10 1001001 0 1100001 1001100 1101001 1011110 1101

Color Harmonies of #113E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E02

Black with #113E02

Text Example


Text Example

White with #113E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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