Html Css Color HEX #012300 Myrtle

📋 copy color: '#012300'

red 1 ◦ green 35 ◦ blue 0

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

Shades of Myrtle #012300

Tints of Myrtle #012300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 97.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.78%
G = 97.22%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#012300 (or 0x012300) is known color: Myrtle. HEX triplet: 01, 23 and 00. RGB value is (1,35,0). Sum of RGB (Red+Green+Blue) = 1+35+0=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 35 (14.06% from 255 or 97.22% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 35 - color contains mainly: green. Hex color #012300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012300 is #FEDCFF. Grayscale: #141414. Windows color (decimal): -16702720 or 8961. OLE color: 8961.

HSL color Cylindrical-coordinate representation of color #012300: hue angle of 118.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012300 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 35 0 -
CMYK 0.97 0 1 0.86
HSL 118.29º 1% 0.07% -
HSV(B) 118.29º 1% 0.14% -
XYZ 0.61 1.21 0.2 -
YUV 20.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 1 35 0 0.97 0 1 0.86 118.29 1 0.07
Hex 1 23 0 61 0 64 56 76 64 7
Octal 1 43 0 141 0 144 126 166 144 7
Binary 1 100011 0 1100001 0 1100100 1010110 1110110 1100100 111

Color Harmonies of #012300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012300

Black with #012300

Text Example


Text Example

White with #012300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012300; }

 p { color: rgb(1,35,0); }

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

background-color css

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

 a { background-color: rgb(1,35,0); }

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

border-color css

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

 span { border-color: rgb(1,35,0); }

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