Html Css Color HEX #013802 Myrtle

📋 copy color: '#013802'

red 1 ◦ green 56 ◦ blue 2

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

Shades of Myrtle #013802

Tints of Myrtle #013802

RGB

 RED value IS 1 (0.78% from 255) = 1.69%

 GREEN value IS 56 (22.27% from 255) = 94.92%

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

R = 1.69%
G = 94.92%
B = 3.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#013802 (or 0x013802) is known color: Myrtle. HEX triplet: 01, 38 and 02. RGB value is (1,56,2). Sum of RGB (Red+Green+Blue) = 1+56+2=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 56 (22.27% from 255 or 94.92% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 56 - color contains mainly: green. Hex color #013802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013802 is #FEC7FD. Grayscale: #212121. Windows color (decimal): -16697342 or 145409. OLE color: 145409.

HSL color Cylindrical-coordinate representation of color #013802: hue angle of 121.09º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013802 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 56 2 -
CMYK 0.98 0 0.96 0.78
HSL 121.09º 0.96% 0.11% -
HSV(B) 121.09º 0.98% 0.22% -
XYZ 1.44 2.84 0.53 -
YUV 33.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 1 56 2 0.98 0 0.96 0.78 121.09 0.96 0.11
Hex 1 38 2 62 0 60 4E 79 60 B
Octal 1 70 2 142 0 140 116 171 140 13
Binary 1 111000 10 1100010 0 1100000 1001110 1111001 1100000 1011

Color Harmonies of #013802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013802

Black with #013802

Text Example


Text Example

White with #013802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013802; }

 p { color: rgb(1,56,2); }

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

background-color css

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

 a { background-color: rgb(1,56,2); }

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

border-color css

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

 span { border-color: rgb(1,56,2); }

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