Html Css Color HEX #125202 Myrtle

📋 copy color: '#125202'

red 18 ◦ green 82 ◦ blue 2

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

Shades of Myrtle #125202

Tints of Myrtle #125202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 80.39%

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

R = 17.65%
G = 80.39%
B = 1.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#125202 (or 0x125202) is known color: Myrtle. HEX triplet: 12, 52 and 02. RGB value is (18,82,2). Sum of RGB (Red+Green+Blue) = 18+82+2=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 82 (32.42% from 255 or 80.39% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 82 - color contains mainly: green. Hex color #125202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125202 is #EDADFD. Grayscale: #353535. Windows color (decimal): -15576574 or 152082. OLE color: 152082.

HSL color Cylindrical-coordinate representation of color #125202: hue angle of 108º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #125202 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 2 -
CMYK 0.78 0 0.98 0.68
HSL 108º 0.95% 0.16% -
HSV(B) 108º 0.98% 0.32% -
XYZ 3.28 6.17 1.08 -
YUV 53.74 98.8 102.5 -
System Red Green Blue C M Y K H S L
Decimal 18 82 2 0.78 0 0.98 0.68 108 0.95 0.16
Hex 12 52 2 4E 0 62 44 6C 5F 10
Octal 22 122 2 116 0 142 104 154 137 20
Binary 10010 1010010 10 1001110 0 1100010 1000100 1101100 1011111 10000

Color Harmonies of #125202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125202

Black with #125202

Text Example


Text Example

White with #125202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125202; }

 p { color: rgb(18,82,2); }

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

background-color css

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

 a { background-color: rgb(18,82,2); }

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

border-color css

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

 span { border-color: rgb(18,82,2); }

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