Html Css Color HEX #023D06 Myrtle

📋 copy color: '#023D06'

red 2 ◦ green 61 ◦ blue 6

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

Shades of Myrtle #023D06

Tints of Myrtle #023D06

RGB

 RED value IS 2 (1.17% from 255) = 2.9%

 GREEN value IS 61 (24.22% from 255) = 88.41%

 BLUE value IS 6 (2.73% from 255) = 8.7%

R = 2.9%
G = 88.41%
B = 8.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.76

RGB Variations

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

Color information

#023D06 (or 0x023D06) is known color: Myrtle. HEX triplet: 02, 3D and 06. RGB value is (2,61,6). Sum of RGB (Red+Green+Blue) = 2+61+6=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 61 (24.22% from 255 or 88.41% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 61 - color contains mainly: green. Hex color #023D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023D06 is #FDC2F9. Grayscale: #252525. Windows color (decimal): -16630522 or 408834. OLE color: 408834.

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

Color convert

RGB 2 61 6 -
CMYK 0.97 0 0.90 0.76
HSL 124.07º 0.94% 0.12% -
HSV(B) 124.07º 0.97% 0.24% -
XYZ 1.73 3.36 0.73 -
YUV 37.09 110.45 102.97 -
System Red Green Blue C M Y K H S L
Decimal 2 61 6 0.97 0 0.90 0.76 124.07 0.94 0.12
Hex 2 3D 6 61 0 5A 4C 7C 5E C
Octal 2 75 6 141 0 132 114 174 136 14
Binary 10 111101 110 1100001 0 1011010 1001100 1111100 1011110 1100

Color Harmonies of #023D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D06

Black with #023D06

Text Example


Text Example

White with #023D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023D06; }

 p { color: rgb(2,61,6); }

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

background-color css

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

 a { background-color: rgb(2,61,6); }

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

border-color css

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

 span { border-color: rgb(2,61,6); }

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