Html Css Color HEX #125D03 Myrtle

📋 copy color: '#125D03'

red 18 ◦ green 93 ◦ blue 3

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

Shades of Myrtle #125D03

Tints of Myrtle #125D03

RGB

 RED value IS 18 (7.42% from 255) = 15.79%

 GREEN value IS 93 (36.72% from 255) = 81.58%

 BLUE value IS 3 (1.56% from 255) = 2.63%

R = 15.79%
G = 81.58%
B = 2.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#125D03 (or 0x125D03) is known color: Myrtle. HEX triplet: 12, 5D and 03. RGB value is (18,93,3). Sum of RGB (Red+Green+Blue) = 18+93+3=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 93 (36.72% from 255 or 81.58% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 93 - color contains mainly: green. Hex color #125D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125D03 is #EDA2FC. Grayscale: #3C3C3C. Windows color (decimal): -15573757 or 220434. OLE color: 220434.

HSL color Cylindrical-coordinate representation of color #125D03: hue angle of 110º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #125D03 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 93 3 -
CMYK 0.81 0 0.97 0.64
HSL 110º 0.94% 0.19% -
HSV(B) 110º 0.97% 0.36% -
XYZ 4.18 7.96 1.4 -
YUV 60.32 95.65 97.82 -
System Red Green Blue C M Y K H S L
Decimal 18 93 3 0.81 0 0.97 0.64 110 0.94 0.19
Hex 12 5D 3 51 0 61 40 6E 5E 13
Octal 22 135 3 121 0 141 100 156 136 23
Binary 10010 1011101 11 1010001 0 1100001 1000000 1101110 1011110 10011

Color Harmonies of #125D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D03

Black with #125D03

Text Example


Text Example

White with #125D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125D03; }

 p { color: rgb(18,93,3); }

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

background-color css

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

 a { background-color: rgb(18,93,3); }

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

border-color css

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

 span { border-color: rgb(18,93,3); }

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